Skip to content

Commit

Permalink
fix: vac DTs not having an autoabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
bruberu committed Nov 23, 2024
1 parent ae51916 commit 1d78bd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ protected BlockPattern createStructurePattern() {
.filter(mte -> !(mte instanceof MetaTileEntityMultiFluidHatch))
.toArray(MetaTileEntity[]::new))
.setMaxLayerLimited(1))
)
.or(autoAbilities(true, false)))
.where('#', air())
.build();
}
Expand Down

0 comments on commit 1d78bd5

Please sign in to comment.