TheVoos

Energizing Orb - ATM10

Aug 7th, 2025
6,385
4
Never
3
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 4 0
  1. Name "Energizing Orb"
  2.  
  3. Every 20 ticks do
  4.  
  5. -- Extraction
  6. Input from Orb bottom side
  7. Output to Barrel
  8. Forget
  9.  
  10. -- Ender Core
  11. If Barrel has ge 1 ender_eye and Barrel has ge 1
  12. dielectric_casing and Barrel has ge 1 capacitor_basic_tiny and
  13. Orb has eq 0 then
  14. Input 1 ender_eye,
  15. 1 dielectric_casing,
  16. 1 capacitor_basic_tiny from Barrel
  17. Output retain 1 ender_eye,
  18. 1 dielectric_casing,
  19. 1 capacitor_basic_tiny to Orb
  20.  
  21. -- Charged Certus
  22. Else If Barrel has ge 1 certus_quartz_crystal and Orb has eq 0 then
  23. Input certus_quartz_crystal from Barrel
  24. Output to Orb
  25.  
  26. -- Energized Steel
  27. Else If Barrel has ge 1 iron_ingot and Barrel has ge 1 gold_ingot and
  28. Orb has eq 0 then
  29. Input 1 each iron_ingot, gold_ingot from Barrel
  30. Output retain 1 each *ingot* to Orb
  31.  
  32. -- Blaze Powder
  33. Else If Barrel has ge 4 blaze_powder and Orb has eq 0 then
  34. Input 4 blaze_powder from Barrel
  35. Output retain 4 blaze_powder to Orb
  36.  
  37. -- Blaze Rod
  38. Else If Barrel has ge 1 blaze_rod and Orb has eq 0 then
  39. Input 1 blaze_rod from Barrel
  40. Output retain 1 blaze_rod to Orb
  41.  
  42. -- Niotic Crystal
  43. Else If Barrel has ge 1 diamond and Orb has eq 0 then
  44. Input 1 diamond from Barrel
  45. Output retain 1 diamond to Orb
  46.  
  47. -- Spirited Crystal
  48. Else If Barrel has ge 1 emerald and Orb has eq 0 then
  49. Input 1 emerald from Barrel
  50. Output retain 1 emerald to Orb
  51.  
  52. -- Nitro Crystal
  53. Else If Barrel has ge 1 nether_star and Barrel has ge 2 redstone_block
  54. and Barrel has ge 1 blazing_crystal_block and Orb has eq 0 then
  55. Input 1 nether_star,
  56. 2 redstone_block,
  57. 1 blazing_crystal_block from Barrel
  58. Output retain 1 nether_star,
  59. 2 redstone_block,
  60. 1 blazing_crystal_block to Orb
  61. End
  62. End
Tags: #ATM10 #sfm
Advertisement
Comments
Add Comment
Please, Sign In to add comment