Files
TCT-Datapack/data/craftytable/advancements/root.json

41 lines
1.0 KiB
JSON

{
"display": {
"title": {
"text": "The Crafty Table",
"color": "dark_green",
"bold": false
},
"description": {
"text": "A server with many secrets!"
},
"icon": {
"item": "minecraft:crafting_table"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": false,
"hidden": false,
"background": "minecraft:textures/gui/advancements/backgrounds/stone.png"
},
"criteria": {
"spawnloc": {
"trigger": "minecraft:location",
"conditions": {
"position": {
"x": {
"min": 25,
"max": 30
},
"y": {
"min": 60,
"max": 70
},
"z": {
"min": -30,
"max": -40
}
}
}
}
}
}