CC-Tweaked/src/test/server-files/computers/computer/14/startup.lua

8 lines
165 B
Lua

-- CraftOsTest.`Sends basic rednet messages`
rednet.open("top")
while true do
local id, msg, protocol = rednet.receive()
rednet.send(id, msg, protocol)
end