Implemented transfering between two Solarpanels

This commit is contained in:
2026-02-07 01:58:54 +01:00
parent 486254b6dd
commit 75900d50f9
7 changed files with 58 additions and 30 deletions

View File

@@ -45,7 +45,13 @@
"BlockBreakingDecalId": "Breaking_Decals_Rock",
"BlockEntity": {
"Components": {
"SolarCell": {}
"SolarCell": {},
"EnergyStorageComponent": {
"EnergyStored": 5,
"MaxEnergy": 80000,
"MaxReceive": 1000,
"MaxExtract": 1000
}
}
}
},