TheVoos

MI - Multiblocks

Aug 11th, 2025
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. Every tick do
  2. Input fe:: from Interface
  3. Output fe:: to MV_Input
  4. End
  5.  
  6.  
  7. Every 20 ticks do
  8. Input fluid::steam from Interface
  9. Output fluid::steam to Coke_Oven
  10. Forget
  11. Input coal from Interface
  12. Output to Coke_Oven
  13. Forget
  14. Input fluid::creosote from Coke_Oven
  15. Output fluid::creosote to Controller
  16. Forget
  17. Input coke from Coke_Oven
  18. Output to Controller
  19. End
  20.  
  21. --Electric Blast Furnace
  22. Every 20 ticks do
  23. Input *dust* from Controller
  24. Output to EBF_Item_Input
  25. End
  26.  
  27. --Vacuum Freezer(Inputs handled by EBF)
  28. Every 20 ticks do
  29. Input from Vac_Freeze_Item_Ouput
  30. Output to Controller
  31. End
Tags: #ATM10 #sfm
Advertisement
Add Comment
Please, Sign In to add comment