Skip to content

Commit

Permalink
fix rendering issue with boilers
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Dec 12, 2021
1 parent 1382f97 commit 3bc3f34
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ public void invalidateStructure() {
this.currentTemperature = 0; //reset temperature
this.fuelBurnTicksLeft = 0;
this.hasNoWater = false;
this.isActive = false;
this.throttlePercentage = 100;
setActive(false);
replaceFireboxAsActive(false);
}

Expand Down Expand Up @@ -436,8 +436,6 @@ protected OrientedOverlayRenderer getFrontOverlay() {
return boilerType.frontOverlay;
}



private boolean isFireboxPart(IMultiblockPart sourcePart) {
return isStructureFormed() && (((MetaTileEntity) sourcePart).getPos().getY() < getPos().getY());
}
Expand Down

0 comments on commit 3bc3f34

Please sign in to comment.