|
19 | 19 | import static gregtech.api.enums.Textures.BlockIcons.OVERLAY_FRONT_ASSEMBLY_LINE_ACTIVE; |
20 | 20 | import static gregtech.api.enums.Textures.BlockIcons.OVERLAY_FRONT_ASSEMBLY_LINE_ACTIVE_GLOW; |
21 | 21 | import static gregtech.api.enums.Textures.BlockIcons.OVERLAY_FRONT_ASSEMBLY_LINE_GLOW; |
| 22 | +import static gregtech.api.util.GTStructureUtility.chainAllGlasses; |
22 | 23 | import static gregtech.api.util.GTStructureUtility.ofCoil; |
23 | 24 |
|
24 | 25 | import java.util.Arrays; |
|
50 | 51 | import gregtech.api.interfaces.ITexture; |
51 | 52 | import gregtech.api.interfaces.metatileentity.IMetaTileEntity; |
52 | 53 | import gregtech.api.interfaces.tileentity.IGregTechTileEntity; |
53 | | -import gregtech.api.multitileentity.multiblock.casing.Glasses; |
54 | 54 | import gregtech.api.recipe.RecipeMap; |
55 | 55 | import gregtech.api.render.TextureFactory; |
56 | 56 | import gregtech.api.util.GTUtility; |
@@ -294,7 +294,7 @@ public IStructureDefinition<TST_GiantVacuumDryingFurnace> getStructureDefinition |
294 | 294 | .addShape(STRUCTURE_PIECE_DTM, transpose(shapeDryingTowerMiddle)) |
295 | 295 | .addShape(STRUCTURE_PIECE_DTH, transpose(shapeDryingTowerHat)) |
296 | 296 |
|
297 | | - .addElement('A', Glasses.chainAllGlasses()) |
| 297 | + .addElement('A', chainAllGlasses()) |
298 | 298 | .addElement('S', ofBlock(GregTechAPI.sBlockCasings4, 1)) |
299 | 299 | .addElement('G', ofBlock(GregTechAPI.sBlockCasings8, 1)) |
300 | 300 | .addElement('V', ofBlock(GregTechAPI.sBlockCasings8, 0)) |
|
0 commit comments