basic structure with test advancement

This commit is contained in:
Lars Neuhaus 2024-07-22 14:12:48 +02:00
commit 2e016f4d7e
3 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,28 @@
{
"display": {
"icon": {
"id": "minecraft:stripped_dark_oak_log"
},
"title": {
"text": "Test",
"color": "blue",
"bold": true
},
"description": {
"text": "Test the datapack!",
"color": "blue",
"italic": true
},
"frame": "challenge",
"announce_to_chat": true,
"background": "minecraft:textures/block/netherite_block.png"
},
"criteria": {
"joined": {
"trigger": "minecraft:tick"
}
},
"requirements": [
["joined"]
]
}

View File

@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 48,
"description": "Adds new advancements!"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB