33 lines
798 B
JSON
33 lines
798 B
JSON
{
|
|
"display": {
|
|
"icon": {
|
|
"item": "minecraft:red_bed"
|
|
},
|
|
"title": "Diggy Diggy Hole",
|
|
"description": "Mine 1,000,000 stone.",
|
|
"frame": "challenge",
|
|
"announce_to_chat": true
|
|
},
|
|
"parent": "canopy:root",
|
|
"criteria": {
|
|
"mine_stone": {
|
|
"trigger": "minecraft:location",
|
|
"conditions": {
|
|
"player": {
|
|
"player": {
|
|
"stats": [
|
|
{
|
|
"type": "minecraft:mined",
|
|
"stat": "minecraft:stone",
|
|
"value": {
|
|
"min": 10
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|