TheVoos

IF - Hydrobeds

Sep 17th, 2025
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. Every tick do
  2. Input fe:: from Interface
  3. Output fe:: to Extractor, Placer, Sewer, Composter, Hydrobed, Bioreactor,
  4. Sim_Bed
  5. End
  6.  
  7. --Latex
  8. Every 20 ticks do
  9. Input mangrove_log from Interface
  10. Output retain 6 to each Placer
  11. Forget
  12. Input fluid:: from Extractor
  13. Output fluid:: to Interface
  14. End
  15.  
  16. --Sewer
  17. Every 20+5 ticks do
  18. Input fluid:: from Sewer bottom side
  19. Output fluid:: to Composter top side
  20. Forget
  21. Input from Composter bottom side
  22. Output to Interface
  23. End
  24.  
  25. --Hydrobed
  26. Every 20+10 ticks do
  27. Input fluid:: from Interface
  28. Output fluid:: to Hydrobed top side
  29. Forget
  30. Input from Hydrobed bottom side
  31. Output to Interface
  32. End
  33.  
  34. --Bioreactor
  35. Every 20+15 ticks do
  36. Input cactus from Interface
  37. Output to Bioreactor top side
  38. Forget
  39. Input fluid::water from Interface
  40. Output fluid::water to Bioreactor top side
  41. Forget
  42. Input fluid:: from Bioreactor bottom side
  43. Output fluid:: to Interface
  44. End
  45.  
  46. --Simulated Hydro Bed
  47. Every 20 ticks do
  48. Input from Sim_Bed bottom side slots 0-8
  49. Output to empty slots in Interface
  50. End
Add Comment
Please, Sign In to add comment