[BUG] Fix BatteryNeon not draining power when not lit - #1
This commit is contained in:
@@ -108,7 +108,7 @@ public class BatteryNeonBlockEntity extends CraterBlockEntity implements ITickab
|
|||||||
|
|
||||||
if (level.getGameTime() % 40L == 0L) {
|
if (level.getGameTime() % 40L == 0L) {
|
||||||
if (level.getBlockState(blockPos).getValue(BatteryNeon.LIT)) {
|
if (level.getBlockState(blockPos).getValue(BatteryNeon.LIT)) {
|
||||||
this.energyStorage.extractEnergy(1, false);
|
this.energyStorage.extractEnergyInternal(1, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.sendUpdates();
|
this.sendUpdates();
|
||||||
|
Reference in New Issue
Block a user