You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
41
data/minecraft/advancements/end/find_end_city.json
Normal file
41
data/minecraft/advancements/end/find_end_city.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"parent": "minecraft:end/enter_end_gateway",
|
||||
"criteria": {
|
||||
"in_city": {
|
||||
"conditions": {
|
||||
"player": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"location": {
|
||||
"structure": "minecraft:end_city"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:location"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.end.find_end_city.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:purpur_block"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.end.find_end_city.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"in_city"
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user