custom_mc_advancements/data/canopy/advancement/sandbox_game.json

33 lines
700 B
JSON

{
"display": {
"icon": {
"id": "minecraft:sand"
},
"title": "Sandbox Game",
"description": "100,000 sand? That's a lot of TNT...",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:root",
"criteria": {
"100k_sand": {
"trigger": "minecraft:location",
"conditions": {
"player": {
"type_specific": {
"type": "minecraft:player",
"stats": [
{
"type": "minecraft:block_mined",
"stat": "minecraft:sand",
"value": {
"min": 100000
}
}
]
}
}
}
}
}
}