Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function SpitItem(side)
- redstone.setOutput(side,true)
- redstone.setOutput(side,false)
- end
- function GetOutputItems(outputDropper)
- local total = 0
- for slot, item in pairs(outputDropper.list()) do
- if item then
- total = total + item.count
- end
- end
- return total
- end
Add Comment
Please, Sign In to add comment