TheVoos

Bee Breeding Automation

Aug 29th, 2025
1,443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. Name "Bee Breeding Automation"
  2.  
  3. Every tick do
  4. Input fe:: from Interface
  5. Output fe:: to Dispenser_Grow, Dispenser_Squish, Breeder, Centrifuge
  6. End
  7.  
  8. Every 20 ticks do
  9. Input chorus_flower from Interface
  10. Output retain 2 to each Breeder slots 3
  11. Output retain 2 to each Breeder slots 4
  12. Forget
  13. Input bee_cage from Interface
  14. Output retain 10 to Catcher slots 0
  15. Forget
  16. Input glass_bottle from Interface
  17. Output retain 10 to Bottler slots 0
  18. Forget
  19. Input from Breeder slots 5
  20. Output to Dispenser_Grow
  21. Forget
  22. If redstone = 0 then
  23. Input from Catcher slots 2-8
  24. Output to Interface
  25. Else
  26. Input from Catcher slots 2-8
  27. Output to Barrel
  28. End
  29. Forget
  30. Input gene_bottle, bee_cage from Barrel
  31. Output retain 1 gene_bottle to Centrifuge slots 1
  32. Output retain 1 bee_cage to Dispenser_Squish
  33. Forget
  34. Input from Centrifuge slots 2-10
  35. Output to Indexer
  36. End
Add Comment
Please, Sign In to add comment