9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-19 15:09:15 +00:00

修复语言错误

This commit is contained in:
XiaoMoMi
2025-09-29 00:43:59 +08:00
parent 5c06d8af13
commit c7df9ced63
7 changed files with 14 additions and 13 deletions

View File

@@ -75,7 +75,7 @@ repositories {
```
```kotlin
dependencies {
compileOnly("net.momirealms:craft-engine-core:0.0.63")
compileOnly("net.momirealms:craft-engine-bukkit:0.0.63")
compileOnly("net.momirealms:craft-engine-core:0.0.64")
compileOnly("net.momirealms:craft-engine-bukkit:0.0.64")
}
```

View File

@@ -56,7 +56,8 @@ resource-pack:
validation:
enable: true
# [Premium Exclusive]
# Fix images that are not within the texture atlas.
# Fix images that are not within the texture atlas. It is unreasonable to always rely on plugins to fix your mistakes.
# You should strive to make your resource pack more standardized after gaining some experience with resource packs.
fix-atlas: true
# Define the name of the overlay folders
overlay-format: "ce_overlay_{version}"

View File

@@ -407,7 +407,7 @@ warning.config.selector.invalid_target: "<yellow>Problem in Datei <arg:0> gefund
warning.config.resource_pack.item_model.already_exist: "<yellow>Generierung des Item-Models für '<arg:0>' fehlgeschlagen, da die Datei '<arg:1>' bereits existiert.</yellow>"
warning.config.resource_pack.model.generation.already_exist: "<yellow>Generierung des Models fehlgeschlagen, da die Model-Datei '<arg:0>' bereits existiert.</yellow>"
warning.config.resource_pack.generation.missing_font_texture: "<yellow>Beim Font '<arg:0>' fehlt die erforderliche Textur: '<arg:1>'</yellow>"
warning.config.resource_pack.generation.texture_not_in_atlas: "<yellow>Textur '<arg:0>' ist nicht im Atlas aufgeführt. Du musst den Texturpfad zum Atlas hinzufügen oder die 'obfuscation'/'fix-atlas'-Option in der config.yml aktivieren.</yellow>"
warning.config.resource_pack.generation.texture_not_in_atlas: "<yellow>Textur '<arg:0>' ist nicht im Atlas aufgeführt. Du musst den Texturpfad zum Atlas hinzufügen oder die 'fix-atlas'-Option in der config.yml aktivieren.</yellow>"
warning.config.resource_pack.generation.missing_model_texture: "<yellow>Beim Model '<arg:0>' fehlt die Textur '<arg:1>'</yellow>"
warning.config.resource_pack.generation.missing_item_model: "<yellow>Beim Item '<arg:0>' fehlt die Model-Datei: '<arg:1>'</yellow>"
warning.config.resource_pack.generation.missing_block_model: "<yellow>Beim Block-State '<arg:0>' fehlt die Model-Datei: '<arg:1>'</yellow>"

View File

@@ -463,7 +463,7 @@ warning.config.resource_pack.generation.missing_item_model: "<yellow>Item '<arg:
warning.config.resource_pack.generation.missing_block_model: "<yellow>Block state '<arg:0>' is missing model file: '<arg:1>'</yellow>"
warning.config.resource_pack.generation.missing_parent_model: "<yellow>Model '<arg:0>' cannot find parent model: '<arg:1>'</yellow>"
warning.config.resource_pack.generation.missing_equipment_texture: "<yellow>Equipment '<arg:0>' is missing texture '<arg:1>'</yellow>"
warning.config.resource_pack.generation.texture_not_in_atlas: "<yellow>Texture '<arg:0>' is not listed in the atlas. You need to add the texture path to the atlas or enable 'obfuscation' or 'fix-atlas' option in config.yml.</yellow>"
warning.config.resource_pack.generation.texture_not_in_atlas: "<yellow>Texture '<arg:0>' is not listed in the atlas. You need to add the texture path to the atlas or enable 'fix-atlas' option in config.yml.</yellow>"
warning.config.resource_pack.invalid_overlay_format: "<yellow>Issue found in config.yml at 'resource-pack.overlay-format' - Invalid overlay format '<arg:0>'. Overlay format must contain the placeholder '{version}'.</yellow>"
warning.config.equipment.duplicate: "<yellow>Issue found in file <arg:0> - Duplicated equipment '<arg:1>'. Please check if there is the same configuration in other files.</yellow>"
warning.config.equipment.missing_type: "<yellow>Issue found in file <arg:0> - The equipment '<arg:1>' is missing the required 'type' argument.</yellow>"

View File

@@ -376,7 +376,7 @@ warning.config.resource_pack.item_model.conflict.vanilla: "<yellow>Не удал
warning.config.resource_pack.item_model.already_exist: "<yellow>Не удалось создать модель элемента для '<arg:0>', потому что файл '<arg:1>' уже существует.</yellow>"
warning.config.resource_pack.model.generation.already_exist: "<yellow>Не удалось создать модель, так как файл модели '<arg:0>' уже существует.</yellow>"
warning.config.resource_pack.generation.missing_font_texture: "<yellow>В шрифте '<arg:0>' отсутствует обязательная текстура: '<arg:1>'</yellow>"
warning.config.resource_pack.generation.texture_not_in_atlas: "<yellow>Текстура '<arg:0>' не указана в атласе. Вам нужно добавить путь к текстуре в атлас или включить 'obfuscation'/'fix-atlas' опцию в config.yml.</yellow>"
warning.config.resource_pack.generation.texture_not_in_atlas: "<yellow>Текстура '<arg:0>' не указана в атласе. Вам нужно добавить путь к текстуре в атлас или включить 'fix-atlas' опцию в config.yml.</yellow>"
warning.config.resource_pack.generation.missing_model_texture: "<yellow>В модели '<arg:0>' отсутствует текстура '<arg:1>'</yellow>"
warning.config.resource_pack.generation.missing_item_model: "<yellow>В предмете '<arg:0>' отсутствует файл модели: '<arg:1>'</yellow>"
warning.config.resource_pack.generation.missing_block_model: "<yellow>В блоке '<arg:0>' отсутствует файл модели: '<arg:1>'</yellow>"

View File

@@ -444,7 +444,7 @@ warning.config.resource_pack.generation.missing_item_model: "<yellow>物品'<arg
warning.config.resource_pack.generation.missing_block_model: "<yellow>方块状态'<arg:0>'缺少模型文件: '<arg:1>'</yellow>"
warning.config.resource_pack.generation.missing_parent_model: "<yellow>模型'<arg:0>'找不到父级模型文件: '<arg:1>'</yellow>"
warning.config.resource_pack.generation.missing_equipment_texture: "<yellow>装备 '<arg:0>' 缺少纹理 '<arg:1>'</yellow>"
warning.config.resource_pack.generation.texture_not_in_atlas: "<yellow>纹理'<arg:0>'不在图集内. 你需要将纹理路径或文件夹前缀添加到图集内,或者启用 config.yml 中的 'obfuscation'/'fix-atlas' 或 'fix-atlas' 选项</yellow>"
warning.config.resource_pack.generation.texture_not_in_atlas: "<yellow>纹理'<arg:0>'不在图集内. 你需要将纹理路径或文件夹前缀添加到图集内,或者启用 config.yml 中的 'fix-atlas' 选项</yellow>"
warning.config.resource_pack.invalid_overlay_format: "<yellow>在 config.yml 的 'resource-pack.overlay-format' 处发现问题 - 无效的overlay格式 '<arg:0>'. Overlay格式必须包含占位符 '{version}'</yellow>"
warning.config.equipment.duplicate: "<yellow>在文件 <arg:0> 发现问题 - 重复的装备配置 '<arg:1>'。请检查其他文件中是否存在相同配置</yellow>"
warning.config.equipment.missing_type: "<yellow>在文件 <arg:0> 发现问题 - 装备 '<arg:1>' 缺少必需的 'type' 参数</yellow>"

View File

@@ -60,9 +60,9 @@ authlib_version=7.0.60
concurrent_util_version=0.0.3
# Proxy settings
systemProp.socks.proxyHost=127.0.0.1
systemProp.socks.proxyPort=7890
systemProp.http.proxyHost=127.0.0.1
systemProp.http.proxyPort=7890
systemProp.https.proxyHost=127.0.0.1
systemProp.https.proxyPort=7890
#systemProp.socks.proxyHost=127.0.0.1
#systemProp.socks.proxyPort=7890
#systemProp.http.proxyHost=127.0.0.1
#systemProp.http.proxyPort=7890
#systemProp.https.proxyHost=127.0.0.1
#systemProp.https.proxyPort=7890