Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Every tick do
- Input fe:: from Interface
- Output fe:: to MV_Input
- End
- Every 20 ticks do
- Input fluid::steam from Interface
- Output fluid::steam to Coke_Oven
- Forget
- Input coal from Interface
- Output to Coke_Oven
- Forget
- Input fluid::creosote from Coke_Oven
- Output fluid::creosote to Controller
- Forget
- Input coke from Coke_Oven
- Output to Controller
- End
- --Electric Blast Furnace
- Every 20 ticks do
- Input *dust* from Controller
- Output to EBF_Item_Input
- End
- --Vacuum Freezer(Inputs handled by EBF)
- Every 20 ticks do
- Input from Vac_Freeze_Item_Ouput
- Output to Controller
- End
Advertisement
Add Comment
Please, Sign In to add comment