Solar panels flattened.
This commit is contained in:
parent
b7a0854cae
commit
a5a0d03591
22 changed files with 291 additions and 92 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue