Skip to content

Commit

Permalink
air()
Browse files Browse the repository at this point in the history
  • Loading branch information
MCTian-mi committed Sep 7, 2024
1 parent 7a58215 commit 99f5aae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ protected void formStructure(PatternMatchContext context) {
.where('C', selfPredicate())
.where('O', casingPredicate().or(abilities(SuSyMultiblockAbilities.PRIMITIVE_EXPORT_ITEMS).setMaxGlobalLimited(2)))
.where('S', states(ModuleCore.Blocks.MASONRY_BRICK_SLAB.getDefaultState()))
.where(' ', air())
.build();
}

Expand Down

0 comments on commit 99f5aae

Please sign in to comment.