TheVoos

Ars Automation

Aug 14th, 2025
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. Name "Ars Automation"
  2.  
  3. --Essence Automation
  4. Every 20 ticks do
  5. Input lapis_lazuli from Interface
  6. Output retain 1 to each Imbuement_Gem
  7. Forget
  8. Input source_gem from Imbuement_Gem
  9. Output to Interface
  10. Forget
  11. Input source_gem from Interface
  12. Output retain 1 to each Imbuement_Essence
  13. Forget
  14. Input except source_gem from Imbuement_Essence
  15. Output to Interface
  16. End
  17.  
  18. --Enchanting Apparatus
  19. Every 20 ticks do
  20. Input from Barrel slots 1-12
  21. Output 1 to each Pedestal
  22. Forget
  23. Input from Barrel slots 0
  24. Output to Router
  25. End
Add Comment
Please, Sign In to add comment