Advertisement
dzsonzi

Untitled

Jan 10th, 2025
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. tin=peripheral.wrap("create:fluid_tank_3")
  2. copper=peripheral.wrap("create:fluid_tank_1")
  3. basin=peripheral.wrap("create:basin_1")
  4.  
  5.  
  6.  
  7. copper.pushFluid("create:basin_1",1000)
  8. tin.pushFluid("create:basin_1",1000)
  9.  
  10. test=basin.tanks()
  11. test2=test[1].amount
  12. while test2>1 and test[3].amount!=0 do
  13. test=basin.tanks()
  14. test2=test[1].amount
  15. if tonumber(test[3].amount)>=888 then do
  16. basin.pushFluid("create:fluid_tank_6", 1000, "tconstruct:molten_bronze")
  17. else
  18. end
  19. sleep(0.1)
  20. end
  21. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement