aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/tileentities
diff options
context:
space:
mode:
authorGlease <4586901+Glease@users.noreply.github.com>2021-10-14 00:59:33 +0800
committerGlease <4586901+Glease@users.noreply.github.com>2021-10-14 00:59:33 +0800
commite0207429bd460bd86a3aa3e84af1661d56400f4f (patch)
tree94fd85191c5ceababc4bbf188145a00c7babae54 /src/main/java/gregtech/common/tileentities
parentfee22064099b0fe33d6cf50b50965bb2c632c3a7 (diff)
downloadGT5-Unofficial-e0207429bd460bd86a3aa3e84af1661d56400f4f.tar.gz
GT5-Unofficial-e0207429bd460bd86a3aa3e84af1661d56400f4f.tar.bz2
GT5-Unofficial-e0207429bd460bd86a3aa3e84af1661d56400f4f.zip
Reset mCasing upon recheck
Diffstat (limited to 'src/main/java/gregtech/common/tileentities')
-rw-r--r--src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_DistillationTower.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_DistillationTower.java b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_DistillationTower.java
index e7634c6b62..8255160508 100644
--- a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_DistillationTower.java
+++ b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_DistillationTower.java
@@ -225,6 +225,7 @@ public class GT_MetaTileEntity_DistillationTower extends GT_MetaTileEntity_Enhan
mOutputHatchesByLayer.forEach(List::clear);
mHeight = 1;
mTopLayerFound = false;
+ mCasing = 0;
// check base
if (!checkPiece(STRUCTURE_PIECE_BASE, 1, 0, 0))