52 lines
No EOL
1.1 KiB
JSON
52 lines
No EOL
1.1 KiB
JSON
{
|
|
"parent": "minecraft:adventure/minecraft_trials_edition",
|
|
"criteria": {
|
|
"blowback": {
|
|
"conditions": {
|
|
"entity": [
|
|
{
|
|
"condition": "minecraft:entity_properties",
|
|
"entity": "this",
|
|
"predicate": {
|
|
"type": "minecraft:breeze"
|
|
}
|
|
}
|
|
],
|
|
"killing_blow": {
|
|
"direct_entity": {
|
|
"type": "minecraft:breeze_wind_charge"
|
|
},
|
|
"tags": [
|
|
{
|
|
"expected": true,
|
|
"id": "minecraft:is_projectile"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"trigger": "minecraft:player_killed_entity"
|
|
}
|
|
},
|
|
"display": {
|
|
"description": {
|
|
"translate": "advancements.adventure.blowback.description"
|
|
},
|
|
"frame": "challenge",
|
|
"icon": {
|
|
"count": 1,
|
|
"id": "minecraft:wind_charge"
|
|
},
|
|
"title": {
|
|
"translate": "advancements.adventure.blowback.title"
|
|
}
|
|
},
|
|
"requirements": [
|
|
[
|
|
"blowback"
|
|
]
|
|
],
|
|
"rewards": {
|
|
"experience": 40
|
|
},
|
|
"sends_telemetry_event": true
|
|
} |