2021-07-31 00:26:41 +00:00
|
|
|
{
|
|
|
|
"display": {
|
|
|
|
"icon": {
|
|
|
|
"item": "minecraft:axolotl_bucket"
|
|
|
|
},
|
|
|
|
"title": "LONG MAY HE LIVE.",
|
|
|
|
"description": "Name an Axolotl",
|
|
|
|
"frame": "task",
|
|
|
|
"announce_to_chat": true
|
|
|
|
},
|
|
|
|
"parent": "canopy:neature",
|
|
|
|
"criteria": {
|
2022-08-02 16:16:07 +00:00
|
|
|
"name_axolotl": {
|
2021-07-31 00:26:41 +00:00
|
|
|
"trigger": "minecraft:player_interacted_with_entity",
|
|
|
|
"conditions": {
|
|
|
|
"item": {
|
|
|
|
"items": ["minecraft:name_tag"]
|
|
|
|
},
|
|
|
|
"entity": {
|
|
|
|
"type": "minecraft:axolotl"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|