Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Every tick do
- Input fe:: from Interface
- Output fe:: to Compressor, Wiremill, Polarizer, Alloy_Smelter, Bender, Unpacker,
- Macerator, Mixer, Cutting, Centrifuge
- End
- Every 20 ticks do
- Input emerald from Interface
- Output retain 20 to each Trader top side
- Forget
- Input from Trader bottom side
- Output to Controller
- End
- --Boilder (Steam)
- Every 20 ticks do
- Input coal from Interface
- Output retain 2 to each Boilder
- Forget
- Input fluid::water from Interface
- Output fluid:: to Boilder
- Forget
- Input fluid::steam from Boilder
- Output fluid:: to Interface
- End
- --Alloy Smelter
- Every 20 ticks do
- Input *ingot* from Interface
- Output to Alloy_Smelter
- Forget
- Input from Alloy_Smelter
- Output to Controller
- End
- --Compressor
- Every 20 ticks do
- Input *ingot*, diamond, emerald from Interface, Controller
- Output to Compressor
- Forget
- Input from Compressor
- Output to Controller
- End
- --Wiremill
- Every 20 ticks do
- Input *plate*, *wire* from Controller
- Output to Wiremill
- Forget
- Input from Wiremill
- Output to Controller
- End
- --Polarizer
- Every 20 ticks do
- Input cupronickel_wire from Controller
- Output to Polarizer
- Forget
- Input from Polarizer
- Output to Controller
- End
- --Bending Machine
- Every 20 ticks do
- Input *plate*, *rod* from Controller
- Output to Bender
- Forget
- Input from Bender
- Output to Controller
- End
- --Unpacker
- Every 20 ticks do
- Input silicon_block from Interface
- Output to Unpacker
- Forget
- Input from Unpacker
- Output to Controller
- End
- --Macerator
- Every 20 ticks do
- Input silicon_ingot from Controller
- Output to Macerator
- Forget
- Input from Macerator
- Output to Controller
- End
- --Mixer
- Every 20 ticks do
- Input fluid::creosote from Controller
- Output fluid::creosote to Mixer
- Forget
- Input redstone from Interface
- Output to Mixer
- Forget
- Input fluid::lubricant from Mixer
- Output fluid:: to Controller
- End
- --Cutting Machine
- Every 20 ticks do
- Input *ingot*, *rod* from Controller, Interface
- Output to Cutting
- Forget
- Input fluid::lubricant from Controller
- Output retain 2000 fluid::lubricant to each Cutting
- Forget
- Input from Cutting
- Output to Controller
- End
- --Centrifuge(Chromium)
- Every 20 ticks do
- Input fluid::lava from Interface
- Output retain 16000 fluid::lava to each Centrifuge
- Forget
- Input from Centrifuge
- Output chromium_nugget to Interface
- Output except chromium_nugget to Trash
- End
- --Centrifuge(Manganese Dust)
- Every 20 ticks do
- Input raw_iron from Interface
- Output to Centrifuge
- Forget
- Input from Centrifuge
- Output manganese_crushed_dust to Controller
- Output except manganese_crushed_dust to Trash
- End
Advertisement
Add Comment
Please, Sign In to add comment