Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Clean compressor output
- function run()
- compressor = peripheral.wrap("minecraft:gc electric ingot compressor_1")
- if compressor.list()[2] ~= nil then
- compressor.pushItems("down", 2)
- end
- if compressor.list()[3] ~= nil then
- compressor.pushItems("down", 3)
- end
- end
- return {
- run = run
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement