Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local botaniaInterface = peripheral.wrap("tileinterface_8")
- coalFP = {id= "minecraft:coal", dmg = 0}
- local counter = 0
- while true do
- botaniaInterface.exportItem(coalFP, "north", 19, 1)
- botaniaInterface.exportItem(coalFP, "west", 12, 1)
- print("exported items")
- sleep(55)
- counter = counter + 1
- if counter == 5 then
- counter = 0
- redstone.setOutput('left', true)
- sleep(30)
- redstone.setOutput('left', false)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment