Solar panels flattened.

This commit is contained in:
drcrazy 2018-09-20 16:42:32 +03:00
parent b7a0854cae
commit a5a0d03591
22 changed files with 291 additions and 92 deletions

View file

@ -153,6 +153,8 @@ public class TRContent {
block = new BlockSolarPanel(this);
this.generationRateD = generationRateD;
this.generationRateN = generationRateN;
// Buffer for 2 mins of work
internalCapacity = generationRateD * 2_400;
InitUtils.setup(block, "solar_panel_" + name);
}