TheVoos

Bee Update

Sep 13th, 2025
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. Name "Bee Automation"
  2.  
  3. Every tick do
  4. Input fe:: from Interface
  5. Output fe:: to Centrifuge, Furnace
  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 *raw* to Furnace top side
  16. Output except *raw* to Barrel
  17. Forget
  18. Input from Furnace bottom side
  19. Output to Barrel
  20. Forget
  21. Input fluid:: from Centrifuge
  22. Output fluid:: to Interface
  23. End
  24.  
  25. Every 20 ticks do
  26. If redstone > 0 then
  27. Input from Barrel
  28. Output to Interface
  29. End
  30. End
Add Comment
Please, Sign In to add comment