initial commit of packs
This commit is contained in:
23
src/server_1.0.0_mc1.21/data/minecraft/advancement/root.json
Normal file
23
src/server_1.0.0_mc1.21/data/minecraft/advancement/root.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "minecraft:nether_star"
|
||||
},
|
||||
"title": "Server Datapacks",
|
||||
"description": "Active server datapacks.",
|
||||
"background": "minecraft:textures/block/black_concrete.png",
|
||||
"frame": "challenge",
|
||||
"show_toast": false,
|
||||
"announce_to_chat": false
|
||||
},
|
||||
"criteria": {
|
||||
"tick": {
|
||||
"trigger": "minecraft:tick"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"tick"
|
||||
]
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user