summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-04-06 16:55:52 +0100
committerubq323 <ubq323@ubq323.website>2024-04-06 16:55:52 +0100
commit8ddc5a5a6e13dc4a07c8a86df2a822b5c1731dba (patch)
tree8f3214ab2e7b4dad94222ae02adc878b7c367b62
parent1d7ee4d24d381dc70139b21074f0c30798daf4b4 (diff)
launch staircase
-rw-r--r--staircase.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/staircase.lua b/staircase.lua
index 0e8bdc5..411cedd 100644
--- a/staircase.lua
+++ b/staircase.lua
@@ -12,7 +12,7 @@ for _,i in ipairs{11, 3, 13} do
p.reset()
p.setLabel("world's greatest staircase floor interaction #"..i)
-p.addShape(0, 0, 0, i+1, 16, 16, "minecraft:block/quartz_block")
+p.addShape(0, 0, 0, i+1, 16, 16, "minecraft:block/quartz_block_side")
p.commit(1)
os.pullEvent("3d_printer_complete")