Add data/canopy/advancement/sandbox_game.json
parent
b92c6386b1
commit
864d28194a
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue