TheVoos

Ars Automation

Sep 17th, 2025
582
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. Name "Ars Automation"
  2.  
  3. --Passive Source Gem/ Essences
  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.  
  19. --Enchanting Apparatus
  20. Every 20 ticks do
  21. Input from Barrel slots 1-12
  22. Output 1 to each Pedestal
  23. Forget
  24. Input from Barrel slots 0
  25. Output to Modular_Router
  26. End
Add Comment
Please, Sign In to add comment