Skip to content

Commit 8b4c05b

Browse files
committed
another fix
1 parent 9339df9 commit 8b4c05b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/Nxer/TwistSpaceTechnology/common/machine/TST_GiantVacuumDryingFurnace.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import static gregtech.api.enums.Textures.BlockIcons.OVERLAY_FRONT_ASSEMBLY_LINE_ACTIVE;
2020
import static gregtech.api.enums.Textures.BlockIcons.OVERLAY_FRONT_ASSEMBLY_LINE_ACTIVE_GLOW;
2121
import static gregtech.api.enums.Textures.BlockIcons.OVERLAY_FRONT_ASSEMBLY_LINE_GLOW;
22+
import static gregtech.api.util.GTStructureUtility.chainAllGlasses;
2223
import static gregtech.api.util.GTStructureUtility.ofCoil;
2324

2425
import java.util.Arrays;
@@ -50,7 +51,6 @@
5051
import gregtech.api.interfaces.ITexture;
5152
import gregtech.api.interfaces.metatileentity.IMetaTileEntity;
5253
import gregtech.api.interfaces.tileentity.IGregTechTileEntity;
53-
import gregtech.api.multitileentity.multiblock.casing.Glasses;
5454
import gregtech.api.recipe.RecipeMap;
5555
import gregtech.api.render.TextureFactory;
5656
import gregtech.api.util.GTUtility;
@@ -294,7 +294,7 @@ public IStructureDefinition<TST_GiantVacuumDryingFurnace> getStructureDefinition
294294
.addShape(STRUCTURE_PIECE_DTM, transpose(shapeDryingTowerMiddle))
295295
.addShape(STRUCTURE_PIECE_DTH, transpose(shapeDryingTowerHat))
296296

297-
.addElement('A', Glasses.chainAllGlasses())
297+
.addElement('A', chainAllGlasses())
298298
.addElement('S', ofBlock(GregTechAPI.sBlockCasings4, 1))
299299
.addElement('G', ofBlock(GregTechAPI.sBlockCasings8, 1))
300300
.addElement('V', ofBlock(GregTechAPI.sBlockCasings8, 0))

0 commit comments

Comments
 (0)