did stuff
This commit is contained in:
parent
bc874c63ca
commit
08935bc26b
@ -78,8 +78,10 @@ end
|
|||||||
|
|
||||||
local function savePos(prefix)
|
local function savePos(prefix)
|
||||||
--save position to file and ntfy
|
--save position to file and ntfy
|
||||||
basic.appendToFileNl("/brulijam/files/chests-turtle-miner-fibo.txt", prefix .. state["x"] .. ", " .. state["y"]+1 .. ", " .. state["z"])
|
local pos = tutel.getPos()
|
||||||
basic.ntfy("[" .. os.getComputerLabel() .. "](Mining) " .. prefix .. state["x"] .. ", " .. state["y"]+1 .. ", " .. state["z"])
|
|
||||||
|
basic.appendToFileNl("/brulijam/files/chests-turtle-miner-fibo.txt", prefix .. pos["x"] .. ", " .. pos["y"]+1 .. ", " .. pos["z"])
|
||||||
|
basic.ntfy("[" .. os.getComputerLabel() .. "](Mining) " .. prefix .. pos["x"] .. ", " .. pos["y"]+1 .. ", " .. pos["z"])
|
||||||
end
|
end
|
||||||
|
|
||||||
local function inventoryRework()
|
local function inventoryRework()
|
||||||
|
Loading…
Reference in New Issue
Block a user