From 3f74327f772a10c721a2e2642a02e8a73fc30f7f Mon Sep 17 00:00:00 2001 From: justuswolff Date: Wed, 18 Feb 2026 20:18:40 +0100 Subject: [PATCH] change return to home again under VP_printstack or rather, fix it. --- src/main.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.lua b/src/main.lua index 26594a6..67aa2a7 100644 --- a/src/main.lua +++ b/src/main.lua @@ -1,4 +1,4 @@ --- http://justus.l--n.de:3000/JUFS/cc_housebuild/raw/branch/main/src/main.lua +local url = "http://justus.l--n.de:3000/JUFS/cc_housebuild/raw/branch/main/src/main.lua" if not _G["turtle"] then error("This program only runs on turtles!") @@ -729,10 +729,10 @@ local function VP_printstack(buf, dimensions, cx,cz,direction) end end end + VP_moveto(ox,oz, cx,cz,direction) for _=1,buf["height"],1 do move("down") end - VP_moveto(ox,oz, cx,cz,direction) return cx,cz,direction end