custom_mc_advancements/data/canopy/advancement/go_touch_grass.json

35 lines
749 B
JSON

{
"display": {
"icon": {
"id": "minecraft:grass_block"
},
"title": "Dream in pixels",
"description": "Go touch grass, 45 days gimetime....",
"frame": "task",
"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": 544320000
}
}
]
}
}
}
}
}
}