Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("left")
- mon = peripheral.wrap("top")
- while true do
- event, id, message = os.pullEvent()
- if event == "CHARCOAL" then
- mon.setCursorPos(2,3)
- mon.write("CHARCOAL!!!")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment