TheVoos

DE Fusion

Sep 4th, 2025
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 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. -- Chaotic Core Crafting
  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. forget
  15. end
  16.  
  17. -- Move item to core
  18. Input from Barrel slots 0
  19. Output to Core slots 0
  20. forget
  21.  
  22. -- Move item to injectors
  23. Input from Barrel slots 1-26
  24. Output 1 to each Injector
  25. forget
  26.  
  27. -- Move core output to ME Interface
  28. Input from Core slots 1
  29. Output to Interface
  30. End
Add Comment
Please, Sign In to add comment