custom_mc_advancements/data/canopy/advancement/now_we_are_cooking.json

36 lines
781 B
JSON

{
"display": {
"icon": {
"id": "minecraft:furnace"
},
"title": "Now we're cooking",
"description": "Getting good'er, 7 days of gametime and couting",
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": true
},
"parent": "canopy:new_world_who_dis",
"criteria": {
"alive_1_day": {
"trigger": "minecraft:location",
"conditions": {
"player": {
"type_specific": {
"type": "minecraft:player",
"stats": [
{
"type": "minecraft:custom",
"stat": "minecraft:play_time",
"value": {
"min": 12096000
}
}
]
}
}
}
}
}
}