remove version/mc version from sub src

This commit is contained in:
Arthur Lu
2024-12-21 01:19:35 +00:00
parent 844cc2ce6d
commit 7983dfbfa8
190 changed files with 0 additions and 0 deletions

View 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
View File

@@ -0,0 +1,7 @@
{
"pack": {
"pack_format": 48,
"supported_formats": {"min_inclusive": 48, "max_inclusive": 48},
"description": [{"text":"Server Root","color":"gold"}]
}
}