Fixed reactor light (#7385)

* Fixed nuclear reactor light

* .
This commit is contained in:
BlackDeluxeCat 2022-08-18 09:05:01 +08:00 committed by GitHub
parent 4630517d2d
commit cc3f14100d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -147,3 +147,4 @@ KayAyeAre
SMOLKEYS
1stvaliduser(SUS)
GlennFolker
BlackDeluxeCat

View File

@ -36,7 +36,6 @@ public class NuclearReactor extends PowerGenerator{
/** heat removed per unit of coolant */
public float coolantPower = 0.5f;
public float smoothLight;
public Item fuelItem = Items.thorium;
@ -82,6 +81,7 @@ public class NuclearReactor extends PowerGenerator{
public class NuclearReactorBuild extends GeneratorBuild{
public float heat;
public float flash;
public float smoothLight;
@Override
public void updateTile(){