also ask user to add <x> many blocks to master turtle

This commit is contained in:
Justus Wolff
2026-02-22 20:33:43 +01:00
parent 5434ceb46c
commit f14fb1cc2f

View File

@@ -918,6 +918,11 @@ while true do
dimensions=dimensions dimensions=dimensions
}, "HB_vprint_pairacknowledge") }, "HB_vprint_pairacknowledge")
end 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 local x,y = 0,0
for _,v in pairs(accepted) do for _,v in pairs(accepted) do
x,y = VP_selectpos(buf,dimensions,"Select position of turtle "..tostring(v), x,y) x,y = VP_selectpos(buf,dimensions,"Select position of turtle "..tostring(v), x,y)