Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Every tick do
- Input fe:: from Interface
- Output fe:: to Fluid_Extractor, Slaughter_Factory, Placer, Stonework,
- Sewer, Hydro_Bed, Sim_Bed
- End
- Every 20 ticks do
- Input acacia_log from Interface
- Output retain 2 to Placer
- Forget
- Input fluid:: from Fluid_Extractor bottom side
- Output fluid:: to Interface
- Forget
- Input fluid:: from Slaughter_Factory bottom side
- Output fluid:: to Interface
- End
- Every 20 ticks do
- Input fluid::water, fluid::lava from Interface
- Output fluid:: to Stonework top side
- Forget
- Input from Stonework bottom side
- Output to Interface
- Forget
- Input from Sewer bottom side
- Output to Interface
- End
- Every 20 ticks do
- Input fluid::water, fluid::ether_gas from Interface
- Output fluid:: to Hydro_Bed top side
- Forget
- Input from Hydro_Bed bottom side
- Output to Interface
- End
- Every 20 ticks do
- Input from Sim_Bed bottom side
- Output item:rootsclassic:*, *sapling* to Trash
- Output except item:rootsclassic:* to Interface
- End
Advertisement
Add Comment
Please, Sign In to add comment