parent
4e23782911
commit
7c09c24499
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ public class TileEngineIron extends TileEngineWithInventory implements IFluidHan
|
||||||
|
|
||||||
lastPowered = true;
|
lastPowered = true;
|
||||||
|
|
||||||
if (burnTime > 0 || fuel.amount > 0) {
|
if (burnTime > 0 || (fuel != null && fuel.amount > 0)) {
|
||||||
if (burnTime > 0) {
|
if (burnTime > 0) {
|
||||||
burnTime--;
|
burnTime--;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue