MCMinecraft Assets Explorer

Browse Minecraft assets, including Textures, Sounds, Models, Fonts, Shaders, and more
1.17.1

brew_potion.json0 B

Empty File
{
  "parent": "minecraft:nether/obtain_blaze_rod",
  "display": {
    "icon": {
      "item": "minecraft:potion"
    },
    "title": {
      "translate": "advancements.nether.brew_potion.title"
    },
    "description": {
      "translate": "advancements.nether.brew_potion.description"
    },
    "frame": "task",
    "show_toast": true,
    "announce_to_chat": true,
    "hidden": false
  },
  "criteria": {
    "potion": {
      "trigger": "minecraft:brewed_potion",
      "conditions": {}
    }
  },
  "requirements": [
    [
      "potion"
    ]
  ]
}