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

31 lines
No EOL
639 B
JSON

{
"parent": "minecraft:husbandry/tactical_fishing",
"criteria": {
"axolotl_bucket": {
"conditions": {
"item": {
"items": "minecraft:axolotl_bucket"
}
},
"trigger": "minecraft:filled_bucket"
}
},
"display": {
"description": {
"translate": "advancements.husbandry.axolotl_in_a_bucket.description"
},
"icon": {
"count": 1,
"id": "minecraft:axolotl_bucket"
},
"title": {
"translate": "advancements.husbandry.axolotl_in_a_bucket.title"
}
},
"requirements": [
[
"axolotl_bucket"
]
],
"sends_telemetry_event": true
}