1
Fork 0
This repository has been archived on 2025-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
computer-craft/bring
Joshua Moerman 4856635080 Working on system for getting stuff from chests (with buildcraft)
One master-console with a bring command
Multiple slaves which react to a broadcast (via wireless)
2012-06-02 22:54:33 +02:00

6 lines
100 B
Text

local args = { ... }
-- the wifi side, i guess...
rednet.open("right");
rednet.broadcast(args[1])