mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-28 11:29:17 +00:00
增强pack.mcmeta校验
This commit is contained in:
@@ -24,6 +24,8 @@ resource-pack:
|
||||
supported-version:
|
||||
min: server
|
||||
max: latest
|
||||
# The description of your resource pack
|
||||
description: "<gray>CraftEngine ResourcePack</gray>"
|
||||
# Remove 1.21.5+ tinted_leaves particles
|
||||
remove-tinted-leaves-particle: true
|
||||
# Define the name of the overlay folders
|
||||
@@ -65,7 +67,6 @@ resource-pack:
|
||||
path: "pack.mcmeta"
|
||||
resolution:
|
||||
type: merge_pack_mcmeta
|
||||
description: "<gray>CraftEngine ResourcePack</gray>"
|
||||
- term:
|
||||
type: exact
|
||||
path: "pack.png"
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 15,
|
||||
"description": "CraftEngine",
|
||||
"supported_formats": {
|
||||
"min_inclusive": 15,
|
||||
"max_inclusive": 1000
|
||||
},
|
||||
"min_format": 15,
|
||||
"max_format": 1000
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user