This commit is contained in:
2025-06-15 15:53:30 -04:00
parent 1f0d20891f
commit b095d82b89

View File

@@ -20,12 +20,7 @@ local function run()
print("Waiting for environment signal...")
sleep(1)
end
local methods = peripheral.getMethods("left")
local env = peripheral.wrap("left")
for index, value in ipairs(methods) do
print("Method " .. index .. ": " .. value)
end
--parallel.waitForAll(runMonitor)
parallel.waitForAll(runMonitor)
end
return { run = run}