You've already forked minecraft-assets
Create/Update assets for version 1.20.4
This commit is contained in:
38
data/minecraft/advancements/story/follow_ender_eye.json
Normal file
38
data/minecraft/advancements/story/follow_ender_eye.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"parent": "minecraft:story/enter_the_nether",
|
||||
"criteria": {
|
||||
"in_stronghold": {
|
||||
"conditions": {
|
||||
"player": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"location": {
|
||||
"structure": "minecraft:stronghold"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:location"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"description": {
|
||||
"translate": "advancements.story.follow_ender_eye.description"
|
||||
},
|
||||
"icon": {
|
||||
"item": "minecraft:ender_eye"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.story.follow_ender_eye.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"in_stronghold"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
Reference in New Issue
Block a user