TheVoos

Sieve Automation

Aug 16th, 2025
3,831
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Name "Sifting Automation"
  2.  
  3. Every tick do
  4.     Input fe:: from EnderCell top side
  5.     Output fe:: to Hammer top side
  6.     Output fe:: to Sieve top side
  7.     Output fe:: to Furnace
  8. End
  9.  
  10. Every 20 ticks do
  11.     Input Cobblestone,
  12.             end_stone,
  13.             netherrack,
  14.             blackstone,
  15.             cobbled_deepslate, from Drawer_Controller, Result_Barrel
  16.     Output 64 cobblestone to each Cobble_Hammer
  17.     Output 64 end_stone to End_Hammer
  18.     Output 64 netherrack to Netherrack_Hammer
  19.     Output 64 blackstone to Blackstone_Hammer
  20.     Output 64 cobbled_deepslate to Deepslate_Hammer
  21. Forget
  22.     Input from Sieve_Barrel
  23.     Output to Result_Barrel
  24. Forget
  25.     Input with #c:ores from Result_Barrel
  26.     Output to Furnace top side
  27. Forget
  28.     Input from Furnace bottom side
  29.     Output to Soph_Controller
  30. End
Advertisement
Add Comment
Please, Sign In to add comment