Added Somewhat functional Transmission between storages

This commit is contained in:
2026-02-08 02:00:22 +01:00
parent 59e8fc1734
commit 3950bdab08
15 changed files with 293 additions and 104 deletions

View File

@@ -18,11 +18,11 @@
"BlockType": {
"BlockEntity": {
"Components": {
"EnergyStorageComponent": {
"EnergyStored": 5,
"MaxEnergy": 80000,
"MaxReceive": 1000,
"MaxExtract": 1000
"EnergyStorage": {
"MaxCapacity": 10000,
"ExtractEnergyPerTick": 1000,
"ReceiveEnergyPerTick": 1000,
"CurrentEnergyAmount": 100
}
}
},