mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-29 20:09:13 +00:00
补全craft-remainder所需的消息
This commit is contained in:
@@ -184,6 +184,10 @@ warning.config.item.settings.invulnerable.invalid_damage_source: "<yellow>Issue
|
||||
warning.config.item.settings.equipment.missing_asset_id: "<yellow>Issue found in file <arg:0> - The item '<arg:1>' is missing the required 'asset-id' argument for 'equipment' settings.</yellow>"
|
||||
warning.config.item.settings.equipment.invalid_asset_id: "<yellow>Issue found in file <arg:0> - The item '<arg:1>' is using an invalid 'asset-id' argument for 'equipment' settings. This might be because you haven't created this equipment configuration or misspelled the asset-id.</yellow>"
|
||||
warning.config.item.settings.projectile.missing_item: "<yellow>Issue found in file <arg:0> - The item '<arg:1>' is missing the required 'item' argument for 'projectile' settings.</yellow>"
|
||||
warning.config.item.settings.craft_remainder.missing_type: "<yellow>Issue found in file <arg:0> - The item '<arg:1>' is missing the required 'type' argument for 'craft-remainder'.</yellow>"
|
||||
warning.config.item.settings.craft_remainder.invalid_type: "<yellow>Issue found in file <arg:0> - The item '<arg:1>' is using an invalid craft-remainder type '<arg:2>'.</yellow>"
|
||||
warning.config.item.settings.craft_remainder.fixed.missing_item: "<yellow>Issue found in file <arg:0> - The item '<arg:1>' is missing the required 'item' argument for fixed 'craft-remainder'.</yellow>"
|
||||
warning.config.item.settings.craft_remainder.recipe_based.missing_terms: "<yellow>Issue found in file <arg:0> - The item '<arg:1>' is missing the required 'terms' argument for recipe based 'craft-remainder'.</yellow>"
|
||||
warning.config.item.data.attribute_modifiers.missing_type: "<yellow>Issue found in file <arg:0> - The item '<arg:1>' is missing the required 'type' argument for 'attribute-modifiers' data.</yellow>"
|
||||
warning.config.item.data.attribute_modifiers.missing_amount: "<yellow>Issue found in file <arg:0> - The item '<arg:1>' is missing the required 'amount' argument for 'attribute-modifiers' data.</yellow>"
|
||||
warning.config.item.data.attribute_modifiers.missing_operation: "<yellow>Issue found in file <arg:0> - The item '<arg:1>' is missing the required 'operation' argument for 'attribute-modifiers' data.</yellow>"
|
||||
|
||||
Reference in New Issue
Block a user