44 lines
No EOL
932 B
JSON
44 lines
No EOL
932 B
JSON
{
|
|
"parent": "minecraft:nether/return_to_sender",
|
|
"criteria": {
|
|
"killed_ghast": {
|
|
"conditions": {
|
|
"entity": [
|
|
{
|
|
"condition": "minecraft:entity_properties",
|
|
"entity": "this",
|
|
"predicate": {
|
|
"type": "minecraft:ghast",
|
|
"location": {
|
|
"dimension": "minecraft:overworld"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"trigger": "minecraft:player_killed_entity"
|
|
}
|
|
},
|
|
"display": {
|
|
"description": {
|
|
"translate": "advancements.nether.uneasy_alliance.description"
|
|
},
|
|
"frame": "challenge",
|
|
"icon": {
|
|
"count": 1,
|
|
"id": "minecraft:ghast_tear"
|
|
},
|
|
"title": {
|
|
"translate": "advancements.nether.uneasy_alliance.title"
|
|
}
|
|
},
|
|
"requirements": [
|
|
[
|
|
"killed_ghast"
|
|
]
|
|
],
|
|
"rewards": {
|
|
"experience": 100
|
|
},
|
|
"sends_telemetry_event": true
|
|
} |