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-10-30 05:35:14 +08:00
parent 2baec405c8
commit 4392b1aaae
3 changed files with 5 additions and 5 deletions

View File

@@ -292,9 +292,9 @@ warning.config.block.state.invalid_auto_state: "<yellow>Issue found in file <arg
warning.config.block.state.auto_state.exhausted: "<yellow>Issue found in file <arg:0> - The visual state group '<arg:2>' has reached its maximum capacity of '<arg:3>' slots and cannot allocate a state for block '<arg:1>'.</yellow>"
warning.config.block.state.unavailable_vanilla: "<yellow>Issue found in file <arg:0> - The block '<arg:1>' is using an unavailable vanilla block state '<arg:2>'. Please free that state in block-state-mappings.</yellow>"
warning.config.block.state.invalid_vanilla_id: "<yellow>Issue found in file <arg:0> - The block '<arg:1>' is using a vanilla block state '<arg:2>' that exceeds the available slot range '0~<arg:3>'.</yellow>"
warning.config.block.state.invalid_id: "<yellow>Issue found in file <arg:0> - The block state ID range (<arg:2>) used by block '<arg:1>' is outside the valid range of 0 to <arg:3>. Please add more server-side blocks in 'config.yml' if the current slots are exhausted.</yellow>"
warning.config.block.state.invalid_id: "<yellow>Issue found in file <arg:0> - The block state ID range (<arg:2>) used by block '<arg:1>' is outside the valid range of 0 to <arg:3>. Please add more server-side blocks in 'config.yml' or select any available id.</yellow>"
warning.config.block.state.id.conflict: "<yellow>Issue found in file <arg:0> - The block '<arg:1>' failed to bind real block state '<arg:4>' for '<arg:2>' as the state has been occupied by '<arg:3>'.</yellow>"
warning.config.block.state.id.exhausted: "<yellow>Issue found in file <arg:0> - Cannot allocate enough real block state for block '<arg:1>'. Please add more server-side blocks in 'config.yml' and restart if the current slots are exhausted.</yellow>"
warning.config.block.state.id.exhausted: "<yellow>Issue found in file <arg:0> - Cannot allocate enough real block state for block '<arg:1>'. Please add more server-side blocks in 'config.yml' and restart server or run '/ce debug clean-cache' to release unused slots if the current slots are exhausted.</yellow>"
warning.config.block.state.model.missing_path: "<yellow>Issue found in file <arg:0> - The block '<arg:1>' is missing the required 'path' option for 'model'.</yellow>"
warning.config.block.state.model.invalid_path: "<yellow>Issue found in file <arg:0> - The block '<arg:1>' has a 'path' argument '<arg:2>' that contains illegal characters. Please read https://minecraft.wiki/w/Resource_location#Legal_characters.</yellow>"
warning.config.block.state.model.conflict: "<yellow>Issue found in file <arg:0> - The block '<arg:1>' is trying to bind model '<arg:2>' to block state '<arg:3>' which has already been bound to model '<arg:4>'</yellow>"

View File

@@ -285,9 +285,9 @@ warning.config.block.state.invalid_auto_state: "<yellow>在文件 <arg:0> 发现
warning.config.block.state.auto_state.exhausted: "<yellow>在文件 <arg:0> 发现问题 - 视觉状态组 '<arg:2>' 已达到其最大容量 '<arg:3>' 个槽位, 无法为方块 '<arg:1>' 分配状态</yellow>"
warning.config.block.state.unavailable_vanilla: "<yellow>在文件 <arg:0> 发现问题 - 方块 '<arg:1>' 使用了不可用的原版方块状态 '<arg:2>' 请在 block-state-mappings 中释放该状态</yellow>"
warning.config.block.state.invalid_vanilla_id: "<yellow>在文件 <arg:0> 发现问题 - 方块 '<arg:1>' 使用的原版方块状态 '<arg:2>' 超出可用槽位范围 '0~<arg:3>'</yellow>"
warning.config.block.state.invalid_id: "<yellow>在文件 <arg:0> 发现问题 - 方块 '<arg:1>' 使用的真实方块状态 '<arg:2>' 超出可用槽位范围 '0~<arg:3>' 如果槽位已用尽 请在 config.yml 中添加更多服务端侧方块</yellow>"
warning.config.block.state.invalid_id: "<yellow>在文件 <arg:0> 发现问题 - 方块 '<arg:1>' 使用的真实方块状态 '<arg:2>' 超出可用槽位范围 '0~<arg:3>' 如果槽位已用尽 请在 config.yml 中添加更多服务端侧方块或选择任意可用的id</yellow>"
warning.config.block.state.id.conflict: "<yellow>在文件 <arg:0> 发现问题 - 方块 '<arg:1>' 无法为 '<arg:2>' 绑定真实方块状态 '<arg:4>' 因该状态已被 '<arg:3>' 占用</yellow>"
warning.config.block.state.id.exhausted: "<yellow>在文件 <arg:0> 发现问题 - 无法为方块 '<arg:1>' 分配足够的真实方块状态. 如果当前槽位已用尽, 请在 'config.yml' 中添加更多服务端方块并重启服务器</yellow>"
warning.config.block.state.id.exhausted: "<yellow>在文件 <arg:0> 发现问题 - 无法为方块 '<arg:1>' 分配足够的真实方块状态. 如果当前槽位已用尽, 请在 'config.yml' 中添加更多服务端方块并重启服务器或使用指令'/ce debug clean-cache'释放未使用的方块状态</yellow>"
warning.config.block.state.model.missing_path: "<yellow>在文件 <arg:0> 发现问题 - 方块 '<arg:1>' 的 'model' 缺少必需的 'path' 选项</yellow>"
warning.config.block.state.model.invalid_path: "<yellow>在文件 <arg:0> 发现问题 - 方块 '<arg:1>' 的 'path' 参数 '<arg:2>' 包含非法字符 请参考 https://zh.minecraft.wiki/w/%E5%91%BD%E5%90%8D%E7%A9%BA%E9%97%B4ID#%E5%90%88%E6%B3%95%E5%AD%97%E7%AC%A6</yellow>"
warning.config.block.state.model.conflict: "<yellow>在文件 <arg:0> 发现问题 - 方块 '<arg:1>' 正尝试将模型 '<arg:2>' 绑定到方块状态 '<arg:3>' 上, 但是此状态已绑定了另一个模型 '<arg:4>'</yellow>"

View File

@@ -39,7 +39,7 @@ zstd_version=1.5.7-4
commons_io_version=2.20.0
commons_lang3_version=3.19.0
sparrow_nbt_version=0.10.6
sparrow_util_version=0.56
sparrow_util_version=0.57
fastutil_version=8.5.18
netty_version=4.1.127.Final
joml_version=1.10.8