Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- tin=peripheral.wrap("create:fluid_tank_3")
- copper=peripheral.wrap("create:fluid_tank_1")
- basin=peripheral.wrap("create:basin_1")
- copper.pushFluid("create:basin_1",1000)
- tin.pushFluid("create:basin_1",1000)
- test=basin.tanks()
- test2=test[1].amount
- while test2>1 and test[3].amount!=0 do
- test=basin.tanks()
- test2=test[1].amount
- if tonumber(test[3].amount)>=888 then do
- basin.pushFluid("create:fluid_tank_6", 1000, "tconstruct:molten_bronze")
- else
- end
- sleep(0.1)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement