TheVoos

Bee Automation

Sep 5th, 2025
585
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. Name "Bee Automation"
  2.  
  3. Every tick do
  4. Input fe:: from Interface
  5. Output fe:: to Centrifuge
  6. End
  7.  
  8. Every 20 ticks do
  9. Input from Beehive
  10. Output configurable_comb,
  11. configurable_honeycomb to empty slots in Centrifuge slots 1
  12. Output except configurable_comb, configurable_honeycomb to Barrel
  13. Forget
  14. Input from Centrifuge slots 2-8
  15. Output to Barrel
  16. Forget
  17. Input fluid:: from Centrifuge
  18. Output fluid:: to Interface
  19. End
  20.  
  21. Every 20 ticks do
  22. If redstone > 0 then
  23. Input from Barrel
  24. Output to Interface
  25. End
  26. End
Add Comment
Please, Sign In to add comment