From 563153d65f177605a836d1283aac14aa88435c54 Mon Sep 17 00:00:00 2001
From: ubq323 <ubq323@ubq323.website>
Date: Wed, 3 Apr 2024 21:30:37 +0100
Subject: launch staircase

---
 staircase.lua | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/staircase.lua b/staircase.lua
index 15e7300..406ffba 100644
--- a/staircase.lua
+++ b/staircase.lua
@@ -1,8 +1,8 @@
 local p = peripheral.find"3d_printer"
-for i = 0,5 do
+for i = 0,15 do
 	print(i)
 	p.reset()
-	p.setLabel("world's greatest staircase (thin test 2) #"..i)
+	p.setLabel("world's greatest staircase (4-thick) #"..i)
 	p.addShape(i, 0, 12, i+1, 16, 16, "minecraft:block/chiseled_quartz_block")
 	p.commit(1)
 	os.pullEvent("3d_printer_complete")
-- 
cgit v1.2.3