Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Every tick do
- Input fe:: from Interface
- Output fe:: to Chem_Reactor, Electrolyzer
- End
- --Electrolizer
- Every 20 ticks do
- Input fluid::water from Interface
- Output fluid:: to Electrolyzer
- Forget
- Input fluid:: from Electrolyzer
- Output fluid:: to Controller
- Output fluid:: to Trash
- End
- --Chemical Reactor
- Every 20 ticks do
- Input sulfur from Interface
- Input fluid::water from Interface
- Input fluid::oxygen from Controller
- Output item::, fluid:: to Chem_Reactor
- Forget
- Input fluid:: from Chem_Reactor
- Output fluid:: to Controller
- End
- --Chemical Reactor (Manganese Sul Solution)
- Every 20 ticks do
- Input *manganese* from Controller
- Input fluid::sulfuric_acid from Controller
- Output item::, fluid:: to Chem_Reactor
- Forget
- Input fluid:: from Chem_Reactor
- Output fluid:: to Controller
- End
- --Electrolyzer (Mang Tiny Dust)
- Every 20 ticks do
- Input fluid:: from Controller
- Output fluid:: to Electrolyzer
- Forget
- Input from Electrolyzer
- Output to Interface
- End
Advertisement
Add Comment
Please, Sign In to add comment