diff --git a/data/canopy/advancement/sandbox_game.json b/data/canopy/advancement/sandbox_game.json new file mode 100644 index 0000000..d2eb71c --- /dev/null +++ b/data/canopy/advancement/sandbox_game.json @@ -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 + } + } + ] + } + } + } + } + } +} \ No newline at end of file