Add data/canopy/advancement/sandbox_game.json

master
fuji 2024-08-04 12:46:29 +00:00
parent b92c6386b1
commit 864d28194a
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
{
"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
}
}
]
}
}
}
}
}
}