From f14fb1cc2f8d5fef7c0bb4bf7f3f66227a11c3c4 Mon Sep 17 00:00:00 2001 From: Justus Wolff Date: Sun, 22 Feb 2026 20:33:43 +0100 Subject: [PATCH] also ask user to add many blocks to master turtle --- src/main.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main.lua b/src/main.lua index 41acfae..fbf8568 100644 --- a/src/main.lua +++ b/src/main.lua @@ -918,6 +918,11 @@ while true do dimensions=dimensions }, "HB_vprint_pairacknowledge") end + + print("This turtle needs "..tostring(VP_calccost(stacks["stacks"][i], stacks["height"],dimensions["x"],dimensions["z"])).." blocks.") + print("Please ensure that turtle has that many blocks and press enter to continue.") + read("") + local x,y = 0,0 for _,v in pairs(accepted) do x,y = VP_selectpos(buf,dimensions,"Select position of turtle "..tostring(v), x,y)