misc fixes
This commit is contained in:
parent
5d0b5c3ea3
commit
4307cb8258
1 changed files with 3 additions and 3 deletions
|
@ -14,13 +14,13 @@ public enum EnumPanelType implements IStringSerializable {
|
||||||
private String friendlyName;
|
private String friendlyName;
|
||||||
|
|
||||||
public int generationRateD = 10;
|
public int generationRateD = 10;
|
||||||
// Generation of FE during Day
|
// Generation of EU during Day
|
||||||
|
|
||||||
public int generationRateN = 0;
|
public int generationRateN = 0;
|
||||||
// Generation of FE during Night
|
// Generation of EU during Night
|
||||||
|
|
||||||
public int internalCapacity = 1000;
|
public int internalCapacity = 1000;
|
||||||
// Internal FE storage of solar panel
|
// Internal EU storage of solar panel
|
||||||
|
|
||||||
public EnumPowerTier powerTier;
|
public EnumPowerTier powerTier;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue