custom_mc_advancements/data/landmarks/advancements/noob_nest.json

40 lines
1.0 KiB
JSON

{
"display": {
"icon": {
"item": "minecraft:egg"
},
"title": "Noob Nest",
"description": "Get your starting feathies here!",
"frame": "task",
"announce_to_chat": true
},
"parent": "landmarks:root",
"criteria": {
"southern_market": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"min": -15,
"max": 6
},
"y": {
"min": 80,
"max": 115
},
"z": {
"min": -8,
"max": 10
}
},
"player": {
"player": {
"gamemode": "survival"
}
}
}
}
}
}