TheVoos

Extreme Reactor Automation

Sep 16th, 2025
1,606
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. Name "Extreme Reactor Automation"
  2.  
  3.  
  4. Every tick do
  5. Input fe:: from FE_Input
  6. Output fe:: to FluxAccessor each side
  7. Forget
  8. Input fe:: from FluxAccessor
  9. Output fe:: to FE_Port
  10. End
  11.  
  12. --Reactor
  13. Every 20 ticks do
  14. Input from Interface
  15. Output uranium_ingot to Uranium_Port
  16. Output blutonium_ingot to Blutonium_Port
  17. Forget
  18. Input fluid:: from Interface
  19. Output fluid::verderium to Verderium_Fluid_Port
  20. Forget
  21. Input item::, fluid:: from Reactor_Output
  22. Output item::, fluid:: to Interface
  23. End
  24.  
  25. --Fluidizer
  26. Every 20 ticks do
  27. Input from Interface
  28. Output cyanite_ingot to Cyanite_Port
  29. Output magentite_ingot to Magentite_Port
  30. Output uranium_ingot to Uranium_Port
  31. Output blutonium_ingot to Blutonium_Port
  32. Forget
  33. Input fluid:: from Fluidizer_Output
  34. Output fluid:: to Interface
  35. End
  36.  
  37. --Reprocessor
  38. Every 20 ticks do
  39. Input from Interface
  40. Output cyanite_ingot to Cyanite_Port
  41. Output blutonium_ingot to Blutonium_Port
  42. Output ludicrite_ingot to Ludicrite_Port
  43. Output ridiculite_ingot to Ridiculite_Port
  44. Output benitoite_crystal to Benitoite_Port
  45. Forget
  46. Input fluid:: from Interface
  47. Output fluid::water to Water_Port
  48. Output fluid::cyanite to Cyanite_Fluid_Port
  49. Output fluid::magentite to Magentite_Fluid_Port
  50. Output fluid::rossinite to Rossinite_Fluid_Port
  51. Forget
  52. Input from Repro_Output_Port
  53. Output to Interface
  54. End
  55.  
  56. --Steam Reactor
  57. Every 20 ticks do
  58. Input fluid::water from Interface
  59. Output fluid::water to Water_Port
  60. Forget
  61. Input fluid:: from Steam_Input
  62. Output 10010 fluid:: to each Steam_Output
  63. End
  64.  
  65. Every redstone pulse do
  66. Input fluid::water from Interface
  67. Output fluid::water to Water_Port
  68. Forget
  69. Input fluid:: from Steam_Input
  70. Output 4010 fluid:: to each Steam_Output
  71. End
Advertisement
Add Comment
Please, Sign In to add comment