2024-12-17 02:08:01 +03:00

26 lines
653 B
JSON

{
"display": {
"icon": {
"item": "minecraft:blaze_rod"
},
"title": {
"translate": "advancements.nether.obtain_blaze_rod.title"
},
"description": {
"translate": "advancements.nether.obtain_blaze_rod.description"
}
},
"parent": "minecraft:nether/find_fortress",
"criteria": {
"blaze_rod": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:blaze_rod"
}
]
}
}
}
}