This commit is contained in:
2025-06-15 15:51:36 -04:00
parent 593de8b26f
commit d9e4354d20

View File

@@ -21,6 +21,8 @@ local function run()
sleep(1)
end
local methods = peripheral.getMethods("left")
local env = peripheral.wrap("left")
env.turnOn()
for index, value in ipairs(methods) do
print("Method " .. index .. ": " .. value)
end