Skip to content

Commit

Permalink
remove the walls off the quad turret multiblock, easier to integrate …
Browse files Browse the repository at this point in the history
…into hulls
  • Loading branch information
Crystalzzzz committed Oct 24, 2023
1 parent 68763c9 commit 6d6ee7c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,11 @@ sealed class QuadTurretMultiblock : TurretMultiblock() {
}
z(-3) {
y(getSign() * 3) {
x(-3).anyWall()
x(-2).ironBlock()
x(-1).carbyne()
x(0).carbyne()
x(+1).carbyne()
x(+2).ironBlock()
x(+3).anyWall()
}
y(getSign() * 4) {
x(-1).anyStairs()
Expand Down Expand Up @@ -168,13 +166,11 @@ sealed class QuadTurretMultiblock : TurretMultiblock() {
}
z(+3) {
y(getSign() * 3) {
x(-3).anyWall()
x(-2).ironBlock()
x(-1).stainedTerracotta()
x(0).carbyne()
x(+1).stainedTerracotta()
x(+2).ironBlock()
x(+3).anyWall()
}
y(getSign() * 4) {
x(-1).endRod()
Expand Down

0 comments on commit 6d6ee7c

Please sign in to comment.