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)