9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2026-01-06 15:52:03 +00:00

优化命名

This commit is contained in:
XiaoMoMi
2025-12-05 18:30:36 +08:00
parent 727df39d2c
commit 15593345ea
27 changed files with 122 additions and 83 deletions

View File

@@ -238,6 +238,8 @@ warning.config.furniture.element.item_display.missing_item: "<yellow>Issue found
warning.config.furniture.settings.unknown: "<yellow>Issue found in file <arg:0> - The furniture '<arg:1>' is using an unknown setting type '<arg:2>'.</yellow>"
warning.config.furniture.hitbox.invalid_type: "<yellow>Issue found in file <arg:0> - The furniture '<arg:1>' is using an invalid hitbox type '<arg:2>'.</yellow>"
warning.config.furniture.hitbox.custom.invalid_entity: "<yellow>Issue found in file <arg:0> - The furniture '<arg:1>' is using a custom hitbox with invalid entity type '<arg:2>'.</yellow>"
warning.config.furniture.behavior.missing_type: "<yellow>Issue found in file <arg:0> - The furniture '<arg:1>' is missing the required 'type' argument for behavior.</yellow>"
warning.config.furniture.behavior.invalid_type: "<yellow>Issue found in file <arg:0> - The furniture '<arg:1>' is using an invalid behavior type '<arg:2>'.</yellow>"
warning.config.item.duplicate: "<yellow>Issue found in file <arg:0> - Duplicated item '<arg:1>'. Please check if there is the same configuration in other files.</yellow>"
warning.config.item.settings.unknown: "<yellow>Issue found in file <arg:0> - The item '<arg:1>' is using an unknown setting type '<arg:2>'.</yellow>"
warning.config.item.settings.invulnerable.invalid_damage_source: "<yellow>Issue found in file <arg:0> - The item '<arg:1>' is using an unknown damage source '<arg:2>'. Allowed sources: [<arg:3>].</yellow>"