Skip to content

Commit

Permalink
Merge pull request #374 from trainvoi/fix-LP-DT
Browse files Browse the repository at this point in the history
bath condensor should be on the top DT now.
  • Loading branch information
bruberu authored Jan 26, 2025
2 parents de97e50 + bc1cde4 commit 6357321
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ public DistillationTowerLogicHandler createHandler() {
protected BlockPattern createStructurePattern() {
return FactoryBlockPattern.start(RIGHT, FRONT, UP)
.aisle("DDD", "DDD", "DDD")
.aisle("CSC", "EZE", "CEC")
.aisle("CSC", "CFC", "CCC")
.aisle("XXX", "XFX", "XXX").setRepeatable(1,16)
.aisle("DED", "EZE", "DED")
.aisle("DDD", "DDD", "DDD")
.where('S', this.selfPredicate())
.where('C', states(getCasingState())
Expand Down

0 comments on commit 6357321

Please sign in to comment.