custom_mc_advancements/data/disabled/gib_sed.json

23 lines
501 B
JSON

{
"display": {
"icon": {
"item": "minecraft:parrot_spawn_egg"
},
"title": "Gib sed",
"description": "Tame a b0rb",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:get_sed",
"criteria": {
"have_sed": {
"trigger": "minecraft:tame_animal",
"conditions": {
"entity": {
"type": "minecraft:parrot"
}
}
}
}
}