Advertisement
Alive527

apoth CT test

Jan 19th, 2024 (edited)
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <recipetype:apotheosis:potion_charm>.addJsonRecipe("crafttweaker_potion_charm", {
  2. "conditions": [{
  3. "type": "apotheosis:module",
  4. "module": "potion"
  5. }],
  6. "recipe": [
  7. [{
  8. "item": "minecraft:blaze_powder"
  9. },
  10. {
  11. "item": "minecraft:blaze_powder"
  12. },
  13. {
  14. "item": "minecraft:blaze_powder"
  15. }
  16. ],
  17. [
  18. "potion",
  19. "potion",
  20. "potion"
  21. ],
  22. [{
  23. "item": "minecraft:blaze_powder"
  24. },
  25. {
  26. "item": "minecraft:blaze_powder"
  27. },
  28. {
  29. "item": "minecraft:blaze_powder"
  30. }
  31. ]
  32. ]
  33. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement