Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Name "Extreme Reactor Automation"
- Every tick do
- Input fe:: from FE_Input
- Output fe:: to FluxAccessor each side
- Forget
- Input fe:: from FluxAccessor
- Output fe:: to FE_Port
- End
- --Reactor
- Every 20 ticks do
- Input from Interface
- Output uranium_ingot to Uranium_Port
- Output blutonium_ingot to Blutonium_Port
- Forget
- Input fluid:: from Interface
- Output fluid::verderium to Verderium_Fluid_Port
- Forget
- Input item::, fluid:: from Reactor_Output
- Output item::, fluid:: to Interface
- End
- --Fluidizer
- Every 20 ticks do
- Input from Interface
- Output cyanite_ingot to Cyanite_Port
- Output magentite_ingot to Magentite_Port
- Output uranium_ingot to Uranium_Port
- Output blutonium_ingot to Blutonium_Port
- Forget
- Input fluid:: from Fluidizer_Output
- Output fluid:: to Interface
- End
- --Reprocessor
- Every 20 ticks do
- Input from Interface
- Output cyanite_ingot to Cyanite_Port
- Output blutonium_ingot to Blutonium_Port
- Output ludicrite_ingot to Ludicrite_Port
- Output ridiculite_ingot to Ridiculite_Port
- Output benitoite_crystal to Benitoite_Port
- Forget
- Input fluid:: from Interface
- Output fluid::water to Water_Port
- Output fluid::cyanite to Cyanite_Fluid_Port
- Output fluid::magentite to Magentite_Fluid_Port
- Output fluid::rossinite to Rossinite_Fluid_Port
- Forget
- Input from Repro_Output_Port
- Output to Interface
- End
- --Steam Reactor
- Every 20 ticks do
- Input fluid::water from Interface
- Output fluid::water to Water_Port
- Forget
- Input fluid:: from Steam_Input
- Output 10010 fluid:: to each Steam_Output
- End
- Every redstone pulse do
- Input fluid::water from Interface
- Output fluid::water to Water_Port
- Forget
- Input fluid:: from Steam_Input
- Output 4010 fluid:: to each Steam_Output
- End
Advertisement
Add Comment
Please, Sign In to add comment