Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ChamberStatus = 0--0 = offline, 1= online, 2 = in use, 3= resetting
- local ChamberDetails = {{1,5},4,{}}--A out of B, Track, Features
- function Loop()
- while true do
- local a, b, c, d = os.pullEvent()
- if a == "redstone" then
- elseif a == "rednet_message" then
- end
- os.queueEvent("pass")
- end
- end
- Loop()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement