minecraft-src/data/minecraft/advancement/nether/brew_potion.json
2025-07-04 01:41:11 +03:00

26 lines
No EOL
485 B
JSON

{
"parent": "minecraft:nether/obtain_blaze_rod",
"criteria": {
"potion": {
"trigger": "minecraft:brewed_potion"
}
},
"display": {
"description": {
"translate": "advancements.nether.brew_potion.description"
},
"icon": {
"count": 1,
"id": "minecraft:potion"
},
"title": {
"translate": "advancements.nether.brew_potion.title"
}
},
"requirements": [
[
"potion"
]
],
"sends_telemetry_event": true
}