Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Every tick do
- Input fe:: from Interface
- Output fe:: to Extractor, Placer, Sewer, Composter, Hydrobed, Bioreactor,
- Sim_Bed
- End
- --Latex
- Every 20 ticks do
- Input mangrove_log from Interface
- Output retain 6 to each Placer
- Forget
- Input fluid:: from Extractor
- Output fluid:: to Interface
- End
- --Sewer
- Every 20+5 ticks do
- Input fluid:: from Sewer bottom side
- Output fluid:: to Composter top side
- Forget
- Input from Composter bottom side
- Output to Interface
- End
- --Hydrobed
- Every 20+10 ticks do
- Input fluid:: from Interface
- Output fluid:: to Hydrobed top side
- Forget
- Input from Hydrobed bottom side
- Output to Interface
- End
- --Bioreactor
- Every 20+15 ticks do
- Input cactus from Interface
- Output to Bioreactor top side
- Forget
- Input fluid::water from Interface
- Output fluid::water to Bioreactor top side
- Forget
- Input fluid:: from Bioreactor bottom side
- Output fluid:: to Interface
- End
- --Simulated Hydro Bed
- Every 20 ticks do
- Input from Sim_Bed bottom side slots 0-8
- Output to empty slots in Interface
- End
Add Comment
Please, Sign In to add comment