diff options
-rw-r--r-- | staircase.lua | 2 |
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") |