TheVoos

Draconic Fusion Crafting

Oct 10th, 2025
487
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. Name "Draconic Fusion Crafting"
  2.  
  3. Every tick do
  4. Input fe:: from EnderCell
  5. Output fe:: to Injector
  6. End
  7.  
  8.  
  9. Every 20 ticks do
  10. If Barrel slots 0 has = 5 "large_chaos_frag" Then
  11. Input from Barrel slots 0
  12. Output 1 to Core slots 0
  13. Output 1 to each Injector
  14. End
  15.  
  16. Input from Barrel slots 0
  17. Output to Core slots 0
  18. Forget
  19. Input from Barrel slots 1-26
  20. Output 1 to each Injector
  21. Forget
  22. Input from Core slots 1
  23. Output to Pattern_Provider
  24. End
Add Comment
Please, Sign In to add comment