smp-datapack/data/global/advancement/root.json
2025-02-15 18:39:22 -06:00

34 lines
562 B
JSON

{
"display": {
"icon": {
"id": "minecraft:player_head",
"components": {
"minecraft:profile": {
"properties": [
{
"name": "textures",
"value": "<skin-here>"
}
]
}
}
},
"title": "<Put what you want>",
"frame": "challenge",
"description": [
"",
{
"text": "Data Pack Loaded\n",
"color": "gold"
}
],
"background": "minecraft:textures/block/black_concrete.png",
"show_toast": false,
"announce_to_chat": false
},
"criteria": {
"tick": {
"trigger": "minecraft:tick"
}
}
}