TheVoos

Industrial Foregoing - NoBees

Aug 7th, 2025
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. Every tick do
  2. Input fe:: from Interface
  3. Output fe:: to Fluid_Extractor, Slaughter_Factory, Placer, Stonework,
  4. Sewer, Hydro_Bed, Sim_Bed
  5. End
  6.  
  7. Every 20 ticks do
  8. Input acacia_log from Interface
  9. Output retain 2 to Placer
  10. Forget
  11. Input fluid:: from Fluid_Extractor bottom side
  12. Output fluid:: to Interface
  13. Forget
  14. Input fluid:: from Slaughter_Factory bottom side
  15. Output fluid:: to Interface
  16. End
  17.  
  18. Every 20 ticks do
  19. Input fluid::water, fluid::lava from Interface
  20. Output fluid:: to Stonework top side
  21. Forget
  22. Input from Stonework bottom side
  23. Output to Interface
  24. Forget
  25. Input from Sewer bottom side
  26. Output to Interface
  27. End
  28.  
  29. Every 20 ticks do
  30. Input fluid::water, fluid::ether_gas from Interface
  31. Output fluid:: to Hydro_Bed top side
  32. Forget
  33. Input from Hydro_Bed bottom side
  34. Output to Interface
  35. End
  36.  
  37. Every 20 ticks do
  38. Input from Sim_Bed bottom side
  39. Output item:rootsclassic:*, *sapling* to Trash
  40. Output except item:rootsclassic:* to Interface
  41. End
Tags: #sfm
Advertisement
Add Comment
Please, Sign In to add comment