brew_potion.json 556 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "parent": "minecraft:nether/obtain_blaze_rod",
  3. "display": {
  4. "icon": {
  5. "item": "minecraft:potion"
  6. },
  7. "title": {
  8. "translate": "advancements.nether.brew_potion.title"
  9. },
  10. "description": {
  11. "translate": "advancements.nether.brew_potion.description"
  12. },
  13. "frame": "task",
  14. "show_toast": true,
  15. "announce_to_chat": true,
  16. "hidden": false
  17. },
  18. "criteria": {
  19. "potion": {
  20. "trigger": "minecraft:brewed_potion",
  21. "conditions": {}
  22. }
  23. },
  24. "requirements": [
  25. [
  26. "potion"
  27. ]
  28. ]
  29. }