TheVoos

Inscriber - Prints Silicon

Oct 10th, 2025
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. Name "Inscriber Automation - Silicon"
  2.  
  3. -- DO NOT mix accumilation processor crafting with others!
  4.  
  5. Every tick do
  6. Input fe:: from EnderCell
  7. Output fe:: to Inscriber_Processor, Inscriber_Silicon, Inscriber_Circuit top side
  8. End
  9.  
  10. Every 20 ticks do
  11. Input from Barrel
  12. Output retain 2 gold_ingot or
  13. diamond or
  14. certus_quartz_crystal or
  15. entro_crystal or
  16. sky_steel_ingot or
  17. quantum_alloy or
  18. charged_redstone
  19. to each Inscriber_Circuit slots 2
  20. Output retain 2 silicon to each Inscriber_Silicon slots 2
  21. Output retain 2 redstone or fluix_dust to each Inscriber_Processor slots 2
  22. Forget
  23. Input from Inscriber_Circuit slots 3
  24. Output retain 2 to each Inscriber_Processor slots 0
  25. Forget
  26. Input from Inscriber_Silicon slots 3
  27. Output retain 2 to each Inscriber_Processor slots 1
  28. Forget
  29. Input from Inscriber_Processor slots 3
  30. Output to Barrel
  31. End
Add Comment
Please, Sign In to add comment