diff --git a/configs/steamtower.yml b/configs/steamtower.yml new file mode 100644 index 0000000..e25a261 --- /dev/null +++ b/configs/steamtower.yml @@ -0,0 +1,33 @@ +tower: + regions: + 1: + minX: 0 + maxX: 0 + minZ: 69 + maxZ: 79 + escapeHeight: 1 + spawn: + x: 66 + y: 23 + z: 71 + yaw: 180.0 + pitch: 0.0 + doors: [] + keys: [] + lavaY: 220 + laveSpace: 7 + +towerGenerator: + x: 0 + y: 12 + z: 0 + schematicType: steamtower + +minX: -20 +maxX: 89 +minZ: -20 +maxZ: 99 + +winconditions: + - LAST_REMAINING + - LAST_OUTSIDE \ No newline at end of file