custom_mc_advancements/data/canopy/advancement/new_world_who_dis.json

35 lines
732 B
JSON

{
"display": {
"icon": {
"id": "minecraft:totem_of_undying"
},
"title": "new world who dis",
"description": "off to the n00b hut with you",
"frame": "task",
"announce_to_chat": false,
"hidden": true
},
"parent": "canopy:root",
"criteria": {
"alive_1_day": {
"trigger": "minecraft:location",
"conditions": {
"player": {
"type_specific": {
"type": "minecraft:player",
"stats": [
{
"type": "minecraft:custom",
"stat": "minecraft:play_time",
"value": {
"min": 24000
}
}
]
}
}
}
}
}
}