Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local water = peripheral.wrap("rcirontankvavletile_0")
- local lava = peripheral.wrap("rcirontankvavletile_1")
- rednet.open("back")
- monitor = 161
- while true do
- wamount = water.amount()
- lamount = lava.amount()
- table = {lamount, wamount}
- msg = textutils.serialize(table)
- rednet.send(monitor, msg)
- end
Add Comment
Please, Sign In to add comment