26 lines
629 B
JSON
26 lines
629 B
JSON
{
|
|
"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": {
|
|
"interact": {
|
|
"trigger": "minecraft:player_interacted_with_entity",
|
|
"conditions": {
|
|
"item": {
|
|
"items": ["minecraft:name_tag"]
|
|
},
|
|
"entity": {
|
|
"type": "minecraft:axolotl"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|