Skip to content

Commit

Permalink
Update MetaTileEntityLowPressureCryogenicDistillationPlant.java
Browse files Browse the repository at this point in the history
  • Loading branch information
trainvoi committed Dec 20, 2024
1 parent 7104af8 commit 3cb9d83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ protected BlockPattern createStructurePattern() {
.where('C', states(getCasingState())
.or(abilities(MultiblockAbility.INPUT_ENERGY).setMinGlobalLimited(1).setMaxGlobalLimited(3))
.or(abilities(MultiblockAbility.IMPORT_ITEMS).setMaxGlobalLimited(1))
..or(autoAbilities(true, false).setExactLimit(1)))
.or(autoAbilities(true, false).setExactLimit(1)))
.where('F', states(SuSyBlocks.MULTIBLOCK_CASING.getState(BlockSuSyMultiblockCasing.CasingType.STRUCTURAL_PACKING)))
.where('X', states(getCasingState())
.or(metaTileEntities(MultiblockAbility.REGISTRY.get(MultiblockAbility.EXPORT_FLUIDS).stream()
Expand Down

0 comments on commit 3cb9d83

Please sign in to comment.