TheVoos

Inscriber

Aug 22nd, 2025
1,793
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 1 0
  1. Name "Inscriber Automation"
  2.  
  3. Every tick do
  4. Input fe:: from EnderCell
  5. Output fe:: to Inscriber top side
  6. End
  7.  
  8. Every 20 ticks do
  9. Input gold_ingot, diamond, certus_quartz_crystal from Barrel
  10. Output retain 2 gold_ingot to each Gold_Inscriber slots 2
  11. Output retain 2 diamond to each Diamond_Inscriber slots 2
  12. Output retain 2 certus_quartz_crystal to each Certus_Inscriber slots 2
  13. Forget
  14. Input redstone, silicon from Barrel
  15. Output retain 2 silicon to each Silicon_Inscriber slots 2
  16. Output retain 2 redstone to each Logic_Inscriber slots 2
  17. Output retain 2 redstone to each Calculation_Inscriber slots 2
  18. Output retain 2 redstone to each Engineering_Inscriber slots 2
  19. Forget
  20. Input from Silicon_Inscriber slots 3
  21. Output retain 2 to each Logic_Inscriber slots 1
  22. Output retain 2 to each Calculation_Inscriber slots 1
  23. Output retain 2 to each Engineering_Inscriber slots 1
  24. Forget
  25. Input from Gold_Inscriber slots 3
  26. Output retain 2 to Logic_Inscriber slots 0
  27. Forget
  28. Input from Diamond_Inscriber slots 3
  29. Output retain 2 to Engineering_Inscriber slots 0
  30. Forget
  31. Input from Certus_Inscriber slots 3
  32. Output retain 2 to Calculation_Inscriber slots 0
  33. Forget
  34. Input from Calculation_Inscriber slots 3
  35. Input from Engineering_Inscriber slots 3
  36. Input from Logic_Inscriber slots 3
  37. Output to Barrel
  38. End
Add Comment
Please, Sign In to add comment