23 lines
501 B
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"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|