.
This commit is contained in:
parent
8b89ca0c7a
commit
a06a1311ab
@ -128,7 +128,7 @@ local function inventoryRework()
|
|||||||
basic.secureDigUp()
|
basic.secureDigUp()
|
||||||
turtle.select(chestSlot)
|
turtle.select(chestSlot)
|
||||||
turtle.placeUp()
|
turtle.placeUp()
|
||||||
savePos("Chest placed at")
|
savePos("Chest placed at ")
|
||||||
|
|
||||||
for k=1, 16 do
|
for k=1, 16 do
|
||||||
turtle.select(k)
|
turtle.select(k)
|
||||||
|
@ -59,7 +59,7 @@ if not (fs.exists("brulijam/config/ntfy.txt")) then
|
|||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
-- vulna because you can terminate startup
|
||||||
print("Press Return to continue")
|
print("Press Return to continue")
|
||||||
read("")
|
read("")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user