34 lines
562 B
JSON
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"
|
|
}
|
|
}
|
|
} |