remove version/mc version from sub src
This commit is contained in:
23
src/server/data/minecraft/advancement/root.json
Normal file
23
src/server/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"
|
||||
]
|
||||
]
|
||||
}
|
7
src/server/pack.mcmeta
Normal file
7
src/server/pack.mcmeta
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 48,
|
||||
"supported_formats": {"min_inclusive": 48, "max_inclusive": 48},
|
||||
"description": [{"text":"Server Root","color":"gold"}]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user