28 lines
537 B
JSON
28 lines
537 B
JSON
|
{
|
||
|
"display": {
|
||
|
"icon": {
|
||
|
"id": "minecraft:axolotl_bucket"
|
||
|
},
|
||
|
"title": "LONG MAY HE LIVE.",
|
||
|
"description": "Name an Axolotl",
|
||
|
"frame": "task",
|
||
|
"announce_to_chat": true
|
||
|
},
|
||
|
"parent": "canopy:neature",
|
||
|
"criteria": {
|
||
|
"name_axolotl": {
|
||
|
"trigger": "minecraft:player_interacted_with_entity",
|
||
|
"conditions": {
|
||
|
"item": {
|
||
|
"items": [
|
||
|
"minecraft:name_tag"
|
||
|
]
|
||
|
},
|
||
|
"entity": {
|
||
|
"type": "minecraft:axolotl"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|