Fixed EnergyStorage Bug and implemented it with directional energy extraction

This commit is contained in:
Flotschispielt
2026-02-13 22:17:46 +01:00
parent ba5f5e11b4
commit 9bd333d74f
8 changed files with 436 additions and 42 deletions

View File

@@ -20,7 +20,7 @@
"Components": {
"EnergyStorage": {
"MaxCapacity": 10000,
"ExtractEnergyPerTick": 1000,
"ExtractEnergyPerTick": 500,
"ReceiveEnergyPerTick": 1000,
"CurrentEnergyAmount": 100
}