Skip to content

Commit

Permalink
I should do that
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorbatron committed Sep 10, 2024
1 parent 0306b6a commit b60ff69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public List<MultiblockShapeInfo> getMatchingShapes() {
.aisle("XXXXX", "C#C#C", "C#C#C", "XMXMX")
.aisle("XISOX", "CCCCC", "CCCCC", "XXZXX")
.where('S', ZBGTMetaTileEntities.QUAD_EBF, EnumFacing.SOUTH)
.where('X', MetaBlocks.METAL_CASING.getState(BlockMetalCasing.MetalCasingType.INVAR_HEATPROOF))
.where('X', getCasingState())
.where('Z', () -> ConfigHolder.machines.enableMaintenance ? MetaTileEntities.MAINTENANCE_HATCH :
MetaBlocks.METAL_CASING.getState(BlockMetalCasing.MetalCasingType.INVAR_HEATPROOF),
EnumFacing.SOUTH)
Expand Down

0 comments on commit b60ff69

Please sign in to comment.