40 lines
No EOL
855 B
JSON
40 lines
No EOL
855 B
JSON
{
|
|
"parent": "minecraft:adventure/root",
|
|
"criteria": {
|
|
"brush_armadillo": {
|
|
"conditions": {
|
|
"entity": [
|
|
{
|
|
"condition": "minecraft:entity_properties",
|
|
"entity": "this",
|
|
"predicate": {
|
|
"type": "minecraft:armadillo"
|
|
}
|
|
}
|
|
],
|
|
"item": {
|
|
"items": "minecraft:brush"
|
|
}
|
|
},
|
|
"trigger": "minecraft:player_interacted_with_entity"
|
|
}
|
|
},
|
|
"display": {
|
|
"description": {
|
|
"translate": "advancements.adventure.brush_armadillo.description"
|
|
},
|
|
"icon": {
|
|
"count": 1,
|
|
"id": "minecraft:armadillo_scute"
|
|
},
|
|
"title": {
|
|
"translate": "advancements.adventure.brush_armadillo.title"
|
|
}
|
|
},
|
|
"requirements": [
|
|
[
|
|
"brush_armadillo"
|
|
]
|
|
],
|
|
"sends_telemetry_event": true
|
|
} |