You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
45
data/minecraft/advancements/nether/uneasy_alliance.json
Normal file
45
data/minecraft/advancements/nether/uneasy_alliance.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"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": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.nether.uneasy_alliance.description"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:ghast_tear"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.nether.uneasy_alliance.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"killed_ghast"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"experience": 100
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user