Skip to content

Commit

Permalink
Merge pull request #331 from trainvoi/1.13-fixes
Browse files Browse the repository at this point in the history
1.13 fixes
  • Loading branch information
bruberu authored Nov 3, 2024
2 parents c56edee + 5585dab commit 4bf6599
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ protected BlockPattern createStructurePattern() {
.aisle(" ", " P", " ")
.aisle(" ", " P", " ")
.aisle("FCCCC ", "CCCCC P", "FCECC ")
.aisle("CCSGC ", "OPPPPPP", "CCECC ")
.aisle("CCSGC ", "OPPPPPP", "CCEGC ")
.aisle("FCCC ", "CCCCC ", "FCEC ")
.where(' ', any())
.where('S', selfPredicate())
.where('P', states(getPipeCasingState()))
.where('G', states(getGearboxState()))
.where('F', frames(Materials.Steel))
.where('C', states(getCasingState())
.or(abilities(MultiblockAbility.IMPORT_ITEMS).setMaxGlobalLimited(1))
.or(abilities(MultiblockAbility.IMPORT_ITEMS).setExactLimit(1))
.or(autoAbilities(true, false)))
.where('E', states(getCasingState())
.or(abilities(MultiblockAbility.INPUT_ENERGY)).setMinGlobalLimited(1).setMaxGlobalLimited(2))
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4bf6599

Please sign in to comment.