9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-29 11:59:11 +00:00

资源包验证一阶段

This commit is contained in:
XiaoMoMi
2025-06-10 04:04:33 +08:00
parent 9b4ae7e691
commit 614f482a1e
8 changed files with 48 additions and 23 deletions

View File

@@ -49,12 +49,15 @@ resource-pack:
bypass-textures:
# - minecraft:block/farmland
- "@legacy_unicode"
- "@vanilla_font_textures"
- "@vanilla_item_textures"
- "@vanilla_block_textures"
bypass-models: []
bypass-sounds: []
- "@vanilla_textures"
bypass-models:
- "@vanilla_models"
bypass-sounds:
- "@vanilla_sounds"
bypass-equipments: []
# Validate if there are any errors in the resource pack, such as missing textures or models
validate:
enable: true
supported-version:
min: "1.20"
max: LATEST

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long