mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-29 11:59:11 +00:00
内部id自动绑定
This commit is contained in:
@@ -74,6 +74,7 @@ images:
|
||||
templates:
|
||||
internal:icon/2d:
|
||||
material: arrow
|
||||
custom-model-data: ${model_data}
|
||||
data:
|
||||
item-name: ${name}
|
||||
lore: ${lore}
|
||||
@@ -92,6 +93,7 @@ items:
|
||||
internal:next_page_0:
|
||||
template: internal:icon/2d
|
||||
arguments:
|
||||
model_data: 1000
|
||||
texture: next_page_0
|
||||
name: <!i><#FAFAD2><i18n:internal.next_page>
|
||||
lore:
|
||||
@@ -99,6 +101,7 @@ items:
|
||||
internal:next_page_1:
|
||||
template: internal:icon/2d
|
||||
arguments:
|
||||
model_data: 1001
|
||||
texture: next_page_1
|
||||
name: <!i><#808080><i18n:internal.next_page>
|
||||
lore:
|
||||
@@ -106,6 +109,7 @@ items:
|
||||
internal:previous_page_0:
|
||||
template: internal:icon/2d
|
||||
arguments:
|
||||
model_data: 1002
|
||||
texture: previous_page_0
|
||||
name: <!i><#FAFAD2><i18n:internal.previous_page>
|
||||
lore:
|
||||
@@ -113,6 +117,7 @@ items:
|
||||
internal:previous_page_1:
|
||||
template: internal:icon/2d
|
||||
arguments:
|
||||
model_data: 1003
|
||||
texture: previous_page_1
|
||||
name: <!i><#808080><i18n:internal.previous_page>
|
||||
lore:
|
||||
@@ -120,29 +125,34 @@ items:
|
||||
internal:return:
|
||||
template: internal:icon/2d
|
||||
arguments:
|
||||
model_data: 1004
|
||||
texture: return
|
||||
name: <!i><#DAA520><i18n:internal.return>
|
||||
lore: null
|
||||
internal:next_recipe_0:
|
||||
material: arrow
|
||||
custom-model-data: 1000
|
||||
data:
|
||||
item-name: <!i><#FAFAD2><i18n:internal.next_recipe>
|
||||
lore:
|
||||
- <!i><#F5F5F5><arg:current_page>/<arg:max_page>
|
||||
internal:next_recipe_1:
|
||||
material: arrow
|
||||
custom-model-data: 1001
|
||||
data:
|
||||
item-name: <!i><#808080><i18n:internal.next_recipe>
|
||||
lore:
|
||||
- <!i><#696969><arg:current_page>/<arg:max_page>
|
||||
internal:previous_recipe_0:
|
||||
material: arrow
|
||||
custom-model-data: 1002
|
||||
data:
|
||||
item-name: <!i><#FAFAD2><i18n:internal.previous_recipe>
|
||||
lore:
|
||||
- <!i><#F5F5F5><arg:current_page>/<arg:max_page>
|
||||
internal:previous_recipe_1:
|
||||
material: arrow
|
||||
custom-model-data: 1003
|
||||
data:
|
||||
item-name: <!i><#808080><i18n:internal.previous_recipe>
|
||||
lore:
|
||||
@@ -150,6 +160,7 @@ items:
|
||||
internal:get_item:
|
||||
template: internal:icon/2d
|
||||
arguments:
|
||||
model_data: 1005
|
||||
texture: get_item
|
||||
name: <!i><#DAA520><i18n:internal.get_item>
|
||||
lore:
|
||||
@@ -158,6 +169,7 @@ items:
|
||||
internal:cooking_info:
|
||||
template: internal:icon/2d
|
||||
arguments:
|
||||
model_data: 1006
|
||||
texture: cooking_info
|
||||
name: <!i><#FF8C00><i18n:internal.cooking_info>
|
||||
lore:
|
||||
@@ -166,6 +178,7 @@ items:
|
||||
internal:exit:
|
||||
template: internal:icon/2d
|
||||
arguments:
|
||||
model_data: 1007
|
||||
texture: exit
|
||||
name: <!i><#DAA520><i18n:internal.exit>
|
||||
lore: null
|
||||
@@ -184,7 +184,7 @@ warning.config.item.invalid_material: "<yellow>Problem in Datei <arg:0> gefunden
|
||||
warning.config.item.invalid_custom_model_data: "<yellow>Problem in Datei <arg:0> gefunden - Das Item '<arg:1>' verwendet eine negative Custom-Model-Data '<arg:2>', was ungültig ist.</yellow>"
|
||||
warning.config.item.bad_custom_model_data: "<yellow>Problem in Datei <arg:0> gefunden - Das Item '<arg:1>' verwendet eine Custom-Model-Data '<arg:2>', die zu groß ist. Es wird empfohlen, einen Wert unter 16.777.216 zu verwenden.</yellow>"
|
||||
warning.config.item.item_model.conflict: "<yellow>Problem in Datei <arg:0> gefunden - Das Item '<arg:1>' verwendet eine ungültige 'item-model'-Option, da dieses Item-Model bereits von einem Vanilla-Item belegt ist.</yellow>"
|
||||
warning.config.item.custom_model_data_conflict: "<yellow>Problem in Datei <arg:0> gefunden - Das Item '<arg:1>' verwendet eine Custom-Model-Data '<arg:2>', die bereits von Item '<arg:3>' belegt ist.</yellow>"
|
||||
warning.config.item.custom_model_data.conflict: "<yellow>Problem in Datei <arg:0> gefunden - Das Item '<arg:1>' verwendet eine Custom-Model-Data '<arg:2>', die bereits von Item '<arg:3>' belegt ist.</yellow>"
|
||||
warning.config.item.invalid_component: "<yellow>Problem in Datei <arg:0> gefunden - Das Item '<arg:1>' verwendet einen nicht existierenden Component-Typ '<arg:2>'.</yellow>"
|
||||
warning.config.item.missing_model_id: "<yellow>Problem in Datei <arg:0> gefunden - Beim Item '<arg:1>' fehlt das erforderliche 'custom-model-data'- oder 'item-model'-Argument.</yellow>"
|
||||
warning.config.item.missing_model: "<yellow>Problem in Datei <arg:0> gefunden - Beim Item '<arg:1>' fehlt der erforderliche 'model'-Abschnitt für die Unterstützung von Resource Packs ab 1.21.4+.</yellow>"
|
||||
@@ -252,18 +252,15 @@ warning.config.block.state.property.missing_type: "<yellow>Problem in Datei <arg
|
||||
warning.config.block.state.property.invalid_type: "<yellow>Problem in Datei <arg:0> gefunden - Der Block '<arg:1>' verwendet das ungültige Typ-Argument '<arg:2>' für die Property '<arg:3>'.</yellow>"
|
||||
warning.config.block.state.property.integer.invalid_range: "<yellow>Problem in Datei <arg:0> gefunden - Der Block '<arg:1>' verwendet das ungültige 'range'-Argument '<arg:2>' für die Integer-Property '<arg:3>'. Korrekte Syntax: 1~2.</yellow>"
|
||||
warning.config.block.state.property.invalid_format: "<yellow>Problem in Datei <arg:0> gefunden - Der Block '<arg:1>' verwendet ein ungültiges Block-State-Property-Format '<arg:2>'.</yellow>"
|
||||
warning.config.block.state.missing_real_id: "<yellow>Problem in Datei <arg:0> gefunden - Beim Block '<arg:1>' fehlt das erforderliche 'id'-Argument für 'state'. 'id' ist die serverseitige Block-ID, die für jeden Block-State-Typ eindeutig ist. Wenn du einen serverseitigen Block mit 'note_block' und ID 30 erstellst, wäre die echte Block-ID 'craftengine:note_block_30'.</yellow>"
|
||||
warning.config.block.state.missing_state: "<yellow>Problem in Datei <arg:0> gefunden - Beim Block '<arg:1>' fehlt das erforderliche 'state'-Argument für 'state'.</yellow>"
|
||||
warning.config.block.state.missing_properties: "<yellow>Problem in Datei <arg:0> gefunden - Beim Block '<arg:1>' fehlt der erforderliche 'properties'-Abschnitt für 'states'.</yellow>"
|
||||
warning.config.block.state.missing_appearances: "<yellow>Problem in Datei <arg:0> gefunden - Beim Block '<arg:1>' fehlt der erforderliche 'appearances'-Abschnitt für 'states'.</yellow>"
|
||||
warning.config.block.state.missing_variants: "<yellow>Problem in Datei <arg:0> gefunden - Beim Block '<arg:1>' fehlt der erforderliche 'variants'-Abschnitt für 'states'.</yellow>"
|
||||
warning.config.block.state.variant.missing_appearance: "<yellow>Problem in Datei <arg:0> gefunden - Beim Block '<arg:1>' fehlt das erforderliche 'appearance'-Argument für die Variante '<arg:2>'.</yellow>"
|
||||
warning.config.block.state.variant.invalid_appearance: "<yellow>Problem in Datei <arg:0> gefunden - Der Block '<arg:1>' hat einen Fehler, dass die Variante '<arg:2>' eine nicht existierende Appearance '<arg:3>' verwendet.</yellow>"
|
||||
warning.config.block.state.invalid_vanilla: "<yellow>Problem in Datei <arg:0> gefunden - Der Block '<arg:1>' verwendet einen ungültigen Vanilla-Block-State '<arg:2>'.</yellow>"
|
||||
warning.config.block.state.unavailable_vanilla: "<yellow>Problem in Datei <arg:0> gefunden - Der Block '<arg:1>' verwendet einen nicht verfügbaren Vanilla-Block-State '<arg:2>'. Bitte gib diesen State in der mappings.yml frei.</yellow>"
|
||||
warning.config.block.state.invalid_vanilla_id: "<yellow>Problem in Datei <arg:0> gefunden - Der Block '<arg:1>' verwendet einen Vanilla-Block-State '<arg:2>', der den verfügbaren Slot-Bereich '0~<arg:3>' überschreitet.</yellow>"
|
||||
warning.config.block.state.conflict: "<yellow>Problem in Datei <arg:0> gefunden - Der Block '<arg:1>' verwendet einen Vanilla-Block-State '<arg:2>', der bereits von '<arg:3>' belegt ist.</yellow>"
|
||||
warning.config.block.state.bind_failed: "<yellow>Problem in Datei <arg:0> gefunden - Der Block '<arg:1>' konnte den echten Block-State für '<arg:2>' nicht binden, da der State bereits von '<arg:3>' belegt ist.</yellow>"
|
||||
warning.config.block.state.id.conflict: "<yellow>Problem in Datei <arg:0> gefunden - Der Block '<arg:1>' konnte den echten Block-State für '<arg:2>' nicht binden, da der State bereits von '<arg:3>' belegt ist.</yellow>"
|
||||
warning.config.block.state.model.missing_path: "<yellow>Problem in Datei <arg:0> gefunden - Beim Block '<arg:1>' fehlt die erforderliche 'path'-Option für 'model'.</yellow>"
|
||||
warning.config.block.state.model.invalid_path: "<yellow>Problem in Datei <arg:0> gefunden - Der Block '<arg:1>' hat ein 'path'-Argument '<arg:2>', das ungültige Zeichen enthält. Bitte lies https://minecraft.wiki/w/Resource_location#Legal_characters.</yellow>"
|
||||
warning.config.block.state.model.conflict: "<yellow>Problem in Datei <arg:0> gefunden - Der Block '<arg:1>' versucht, das Model '<arg:2>' an den Block-State '<arg:3>' zu binden, der bereits an das Model '<arg:4>' gebunden ist.</yellow>"
|
||||
|
||||
@@ -192,8 +192,8 @@ warning.config.item.invalid_material: "<yellow>Issue found in file <arg:0> - The
|
||||
warning.config.item.invalid_custom_model_data: "<yellow>Issue found in file <arg:0> - The item '<arg:1>' is using a negative custom model data '<arg:2>' which is invalid.</yellow>"
|
||||
warning.config.item.bad_custom_model_data: "<yellow>Issue found in file <arg:0> - The item '<arg:1>' is using a custom model data '<arg:2>' that is too large. It's recommended to use a value lower than 16,777,216.</yellow>"
|
||||
warning.config.item.item_model.conflict: "<yellow>Issue found in file <arg:0> - The item '<arg:1>' is using an invalid 'item-model' option because this item model has been occupied by a vanilla item.</yellow>"
|
||||
warning.config.item.custom_model_data_conflict: "<yellow>Issue found in file <arg:0> - The item '<arg:1>' is using a custom model data '<arg:2>' that has been occupied by item '<arg:3>'.</yellow>"
|
||||
warning.config.item.custom_model_data_exhausted: "<yellow>Issue found in file <arg:0> - Cannot allocate custom model data for item '<arg:1>' as the custom model data has already been exhausted.</yellow>"
|
||||
warning.config.item.custom_model_data.conflict: "<yellow>Issue found in file <arg:0> - The item '<arg:1>' is using a custom model data '<arg:2>' that has been occupied by item '<arg:3>'.</yellow>"
|
||||
warning.config.item.custom_model_data.exhausted: "<yellow>Issue found in file <arg:0> - Cannot allocate custom model data for item '<arg:1>' as the custom model data has already been exhausted.</yellow>"
|
||||
warning.config.item.invalid_component: "<yellow>Issue found in file <arg:0> - The item '<arg:1>' is using a non-existing component type '<arg:2>'.</yellow>"
|
||||
warning.config.item.missing_model_id: "<yellow>Issue found in file <arg:0> - The item '<arg:1>' is missing the required 'custom-model-data' or 'item-model' argument.</yellow>"
|
||||
warning.config.item.missing_model: "<yellow>Issue found in file <arg:0> - The item '<arg:1>' is missing the required 'model' section for 1.21.4+ resource pack support.</yellow>"
|
||||
@@ -264,7 +264,6 @@ warning.config.block.state.property.missing_type: "<yellow>Issue found in file <
|
||||
warning.config.block.state.property.invalid_type: "<yellow>Issue found in file <arg:0> - The block '<arg:1>' is using the invalid type argument '<arg:2>' for property '<arg:3>'.</yellow>"
|
||||
warning.config.block.state.property.integer.invalid_range: "<yellow>Issue found in file <arg:0> - The block '<arg:1>' is using the invalid 'range' argument '<arg:2>' for integer property '<arg:3>'. Correct syntax: 1~2.</yellow>"
|
||||
warning.config.block.state.property.invalid_format: "<yellow>Issue found in file <arg:0> - The block '<arg:1>' is using an invalid block state property format '<arg:2>'.</yellow>"
|
||||
warning.config.block.state.missing_real_id: "<yellow>Issue found in file <arg:0> - The block '<arg:1>' is missing the required 'id' argument for 'state'. 'id' is the serverside block id which is unique for each type of block state. If you create a serverside side block with 'note_block' and id 30, then the real block id would be 'craftengine:note_block_30'.</yellow>"
|
||||
warning.config.block.state.missing_state: "<yellow>Issue found in file <arg:0> - The block '<arg:1>' is missing the required 'state' argument for 'state'.</yellow>"
|
||||
warning.config.block.state.missing_properties: "<yellow>Issue found in file <arg:0> - The block '<arg:1>' is missing the required 'properties' section for 'states'.</yellow>"
|
||||
warning.config.block.state.missing_appearances: "<yellow>Issue found in file <arg:0> - The block '<arg:1>' is missing the required 'appearances' section for 'states'.</yellow>"
|
||||
@@ -274,14 +273,13 @@ warning.config.block.state.entity_renderer.item_display.missing_item: "<yellow>I
|
||||
warning.config.block.state.entity_renderer.text_display.missing_text: "<yellow>Issue found in file <arg:0> - The block '<arg:1>' is missing the required 'text' argument for 'text_display' entity renderer.</yellow>"
|
||||
warning.config.block.state.entity_renderer.better_model.missing_model: "<yellow>Issue found in file <arg:0> - The block '<arg:1>' is missing the required 'model' argument for 'better_model' entity renderer.</yellow>"
|
||||
warning.config.block.state.entity_renderer.model_engine.missing_model: "<yellow>Issue found in file <arg:0> - The block '<arg:1>' is missing the required 'model' argument for 'model_engine' entity renderer.</yellow>"
|
||||
warning.config.block.state.variant.missing_appearance: "<yellow>Issue found in file <arg:0> - The block '<arg:1>' is missing the required 'appearance' argument for variant '<arg:2>'.</yellow>"
|
||||
warning.config.block.state.variant.invalid_appearance: "<yellow>Issue found in file <arg:0> - The block '<arg:1>' has an error that the variant '<arg:2>' is using a non-existing appearance '<arg:3>'.</yellow>"
|
||||
warning.config.block.state.invalid_vanilla: "<yellow>Issue found in file <arg:0> - The block '<arg:1>' is using an invalid vanilla block state '<arg:2>'.</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 mappings.yml.</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.conflict: "<yellow>Issue found in file <arg:0> - The block '<arg:1>' is using a vanilla block state '<arg:2>' that has been occupied by '<arg:3>'.</yellow>"
|
||||
warning.config.block.state.bind_failed: "<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.invalid_real_id: "<yellow>Issue found in file <arg:0> - The block '<arg:1>' is using a real block state '<arg:2>' that exceeds the available slot range '0~<arg:3>'. Consider adding more serverside blocks in 'config.yml' if the slots are used up.</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.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.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>"
|
||||
|
||||
@@ -121,7 +121,7 @@ warning.config.item.settings.unknown: "<yellow>Problema encontrado en el archivo
|
||||
warning.config.item.missing_material: "<yellow>Problema encontrado en el archivo <arg:0> - El objeto '<arg:1>' carece del argumento requerido 'material'.</yellow>"
|
||||
warning.config.item.invalid_material: "<yellow>Problema encontrado en el archivo <arg:0> - El objeto '<arg:1>' está usando un tipo de material inválido '<arg:2>'.</yellow>"
|
||||
warning.config.item.bad_custom_model_data: "<yellow>Problema encontrado en el archivo <arg:0> - El objeto '<arg:1>' está usando un dato de modelo personalizado demasiado grande '<arg:2>'. Se recomienda usar un valor menor a 16.777.216.</yellow>"
|
||||
warning.config.item.custom_model_data_conflict: "<yellow>Problema encontrado en el archivo <arg:0> - El objeto '<arg:1>' está usando un dato de modelo personalizado '<arg:2>' que está ocupado por el objeto '<arg:3>'.</yellow>"
|
||||
warning.config.item.custom_model_data.conflict: "<yellow>Problema encontrado en el archivo <arg:0> - El objeto '<arg:1>' está usando un dato de modelo personalizado '<arg:2>' que está ocupado por el objeto '<arg:3>'.</yellow>"
|
||||
warning.config.item.missing_model_id: "<yellow>Problema encontrado en el archivo <arg:0> - El objeto '<arg:1>' carece del argumento requerido 'custom-model-data' o 'item-model'.</yellow>"
|
||||
warning.config.item.behavior.missing_type: "<yellow>Problema encontrado en el archivo <arg:0> - El objeto '<arg:1>' carece del argumento requerido 'type' para el comportamiento del objeto.</yellow>"
|
||||
warning.config.item.behavior.invalid_type: "<yellow>Problema encontrado en el archivo <arg:0> - El objeto '<arg:1>' está usando un tipo de comportamiento de objeto inválido '<arg:2>'.</yellow>"
|
||||
@@ -175,18 +175,15 @@ warning.config.block.state.property.missing_type: "<yellow>Problema encontrado e
|
||||
warning.config.block.state.property.invalid_type: "<yellow>Problema encontrado en el archivo <arg:0> - El bloque '<arg:1>' está usando un argumento 'type' inválido '<arg:2>' para la propiedad '<arg:3>'.</yellow>"
|
||||
warning.config.block.state.property.integer.invalid_range: "<yellow>Problema encontrado en el archivo <arg:0> - El bloque '<arg:1>' está usando un argumento 'range' inválido '<arg:2>' para la propiedad entero '<arg:3>'. Sintaxis correcta: 1~2.</yellow>"
|
||||
warning.config.block.state.property.invalid_format: "<yellow>Problema encontrado en el archivo <arg:0> - El bloque '<arg:1>' está usando un formato de propiedad de estado de bloque inválido '<arg:2>'.</yellow>"
|
||||
warning.config.block.state.missing_real_id: "<yellow>Problema encontrado en el archivo <arg:0> - El bloque '<arg:1>' carece del argumento requerido 'id' para 'state'. 'id' es el id de bloque del lado del servidor que es único para cada tipo de estado de bloque. Si creas un bloque del lado del servidor con 'note_block' e id 30, el id de bloque real será 'craftengine:note_block_30'.</yellow>"
|
||||
warning.config.block.state.missing_state: "<yellow>Problema encontrado en el archivo <arg:0> - El bloque '<arg:1>' carece del argumento requerido 'state' para 'state'.</yellow>"
|
||||
warning.config.block.state.missing_properties: "<yellow>Problema encontrado en el archivo <arg:0> - El bloque '<arg:1>' carece de la sección requerida 'properties' para 'states'.</yellow>"
|
||||
warning.config.block.state.missing_appearances: "<yellow>Problema encontrado en el archivo <arg:0> - El bloque '<arg:1>' carece de la sección requerida 'appearances' para 'states'.</yellow>"
|
||||
warning.config.block.state.missing_variants: "<yellow>Problema encontrado en el archivo <arg:0> - El bloque '<arg:1>' carece de la sección requerida 'variants' para 'states'.</yellow>"
|
||||
warning.config.block.state.variant.missing_appearance: "<yellow>Problema encontrado en el archivo <arg:0> - El bloque '<arg:1>' carece del argumento requerido 'appearance' para la variante '<arg:2>'.</yellow>"
|
||||
warning.config.block.state.variant.invalid_appearance: "<yellow>Problema encontrado en el archivo <arg:0> - Hay un error en el bloque '<arg:1>' donde la variante '<arg:2>' está usando una apariencia inexistente '<arg:3>'.</yellow>"
|
||||
warning.config.block.state.invalid_vanilla: "<yellow>Problema encontrado en el archivo <arg:0> - El bloque '<arg:1>' está usando un estado de bloque vanilla inválido '<arg:2>'.</yellow>"
|
||||
warning.config.block.state.unavailable_vanilla: "<yellow>Problema encontrado en el archivo <arg:0> - El bloque '<arg:1>' está usando un estado de bloque vanilla no disponible '<arg:2>'. Por favor libera este estado en el archivo mappings.yml.</yellow>"
|
||||
warning.config.block.state.invalid_vanilla_id: "<yellow>Problema encontrado en el archivo <arg:0> - El bloque '<arg:1>' está usando un estado de bloque vanilla '<arg:2>' que excede el rango de slots disponible '0~<arg:3>'.</yellow>"
|
||||
warning.config.block.state.conflict: "<yellow>Problema encontrado en el archivo <arg:0> - El bloque '<arg:1>' está usando un estado de bloque vanilla '<arg:2>' que está ocupado por '<arg:3>'.</yellow>"
|
||||
warning.config.block.state.bind_failed: "<yellow>Problema encontrado en el archivo <arg:0> - El bloque '<arg:1>' falló al vincular el estado de bloque real para '<arg:2>' porque está ocupado por el estado '<arg:3>'.</yellow>"
|
||||
warning.config.block.state.id.conflict: "<yellow>Problema encontrado en el archivo <arg:0> - El bloque '<arg:1>' falló al vincular el estado de bloque real para '<arg:2>' porque está ocupado por el estado '<arg:3>'.</yellow>"
|
||||
warning.config.block.state.model.missing_path: "<yellow>Problema encontrado en el archivo <arg:0> - El bloque '<arg:1>' carece de la opción requerida 'path' para 'model'.</yellow>"
|
||||
warning.config.block.state.model.invalid_path: "<yellow>Problema encontrado en el archivo <arg:0> - El bloque '<arg:1>' tiene un argumento 'path' '<arg:2>' que contiene caracteres prohibidos. Por favor lee https://minecraft.wiki/w/Resource_location#Legal_characters</yellow>"
|
||||
warning.config.block.settings.unknown: "<yellow>Problema encontrado en el archivo <arg:0> - El bloque '<arg:1>' está usando un tipo de configuración desconocido '<arg:2>'.</yellow>"
|
||||
|
||||
@@ -161,7 +161,7 @@ warning.config.item.missing_material: "<yellow>Проблема найдена
|
||||
warning.config.item.invalid_material: "<yellow>Проблема найдена в файле <arg:0> - Предмет '<arg:1>' использует недопустимый тип материала '<arg:2>'.</yellow>"
|
||||
warning.config.item.invalid_custom_model_data: "<yellow>Проблема найдена в файле <arg:0> - Предмет '<arg:1>' использует отрицательные данные пользовательской модели '<arg:2>', что недействительно.</yellow>"
|
||||
warning.config.item.bad_custom_model_data: "<yellow>Проблема найдена в файле <arg:0> - Предмет '<arg:1>' использует пользовательскую модель данных '<arg:2>', которая имеет слишком большое значение. Рекомендуется использовать значение ниже 16,777,216.</yellow>"
|
||||
warning.config.item.custom_model_data_conflict: "<yellow>Проблема найдена в файле <arg:0> - Предмет '<arg:1>' использует пользовательскую модель данных '<arg:2>', которая занята элементом '<arg:3>'.</yellow>"
|
||||
warning.config.item.custom_model_data.conflict: "<yellow>Проблема найдена в файле <arg:0> - Предмет '<arg:1>' использует пользовательскую модель данных '<arg:2>', которая занята элементом '<arg:3>'.</yellow>"
|
||||
warning.config.item.invalid_component: "<yellow>Проблема найдена в файле <arg:0> - Предмет '<arg:1>' использует несуществующий тип компонента '<arg:2>'.</yellow>"
|
||||
warning.config.item.missing_model_id: "<yellow>Проблема найдена в файле <arg:0> - В предмете '<arg:1>' отсутствует необходимый 'custom-model-data' или 'item-model' аргумент.</yellow>"
|
||||
warning.config.item.missing_model: "<yellow>Проблема найдена в файле <arg:0> - В предмете '<arg:1>' отсутствует необходимый 'model' раздел для поддержки пакета ресурсов 1.21.4+.</yellow>"
|
||||
@@ -225,18 +225,15 @@ warning.config.block.state.property.missing_type: "<yellow>Проблема на
|
||||
warning.config.block.state.property.invalid_type: "<yellow>Проблема найдена в файле <arg:0> - Блок '<arg:1>' использует недопустимый аргумент типа '<arg:2>' для свойства '<arg:3>'.</yellow>"
|
||||
warning.config.block.state.property.integer.invalid_range: "<yellow>Проблема найдена в файле <arg:0> - Блок '<arg:1>' использует недействительный 'range' аргумент '<arg:2>' для integer свойства '<arg:3>'. Правильный синтаксис: 1~2.</yellow>"
|
||||
warning.config.block.state.property.invalid_format: "<yellow>Проблема найдена в файле <arg:0> - Блок '<arg:1>' имеет недействительный формат свойства состояния блока '<arg:2>'.</yellow>"
|
||||
warning.config.block.state.missing_real_id: "<yellow>Проблема найдена в файле <arg:0> - В блоке '<arg:1>' отсутствует необходимый 'id' аргумент для 'state'. 'id' это идентификатор блока на стороне сервера, который уникален для каждого типа состояния блока. Если вы создаете блок на стороне сервера с 'note_block' и идентификатор 30, тогда реальный идентификатор блока будет 'craftengine:note_block_30'.</yellow>"
|
||||
warning.config.block.state.missing_state: "<yellow>Проблема найдена в файле <arg:0> - В блоке '<arg:1>' отсутствует необходимый 'state' аргумент для 'state'.</yellow>"
|
||||
warning.config.block.state.missing_properties: "<yellow>Проблема найдена в файле <arg:0> - В блоке '<arg:1>' отсутствует необходимый 'properties' раздел для 'states'.</yellow>"
|
||||
warning.config.block.state.missing_appearances: "<yellow>Проблема найдена в файле <arg:0> - В блоке '<arg:1>' отсутствует необходимый 'appearances' раздел для 'states'.</yellow>"
|
||||
warning.config.block.state.missing_variants: "<yellow>Проблема найдена в файле <arg:0> - В блоке '<arg:1>' отсутствует необходимый 'variants' раздел для 'states'.</yellow>"
|
||||
warning.config.block.state.variant.missing_appearance: "<yellow>Проблема найдена в файле <arg:0> - В блоке '<arg:1>' отсутствует необходимый 'appearance' аргумент для варианта '<arg:2>'.</yellow>"
|
||||
warning.config.block.state.variant.invalid_appearance: "<yellow>Проблема найдена в файле <arg:0> - Блок '<arg:1>' имеет ошибку, что вариант '<arg:2>' использует несуществующий внешний вид '<arg:3>'.</yellow>"
|
||||
warning.config.block.state.invalid_vanilla: "<yellow>Проблема найдена в файле <arg:0> - Блок '<arg:1>' имеет недействительное состояние ванильного блока '<arg:2>'.</yellow>"
|
||||
warning.config.block.state.unavailable_vanilla: "<yellow>Проблема найдена в файле <arg:0> - Блок '<arg:1>' использует недоступное состояние ванильного блока '<arg:2>'. Пожалуйста, освободите это состояние в mappings.yml.</yellow>"
|
||||
warning.config.block.state.invalid_vanilla_id: "<yellow>Проблема найдена в файле <arg:0> - Блок '<arg:1>' использует состояние ванильного блока '<arg:2>', что превышает доступный диапазон слотов '0~<arg:3>'.</yellow>"
|
||||
warning.config.block.state.conflict: "<yellow>Проблема найдена в файле <arg:0> - Блок '<arg:1>' использует состояние ванильного блока '<arg:2>' которое занято '<arg:3>'.</yellow>"
|
||||
warning.config.block.state.bind_failed: "<yellow>Проблема найдена в файле <arg:0> - Блоку '<arg:1>' не удалось привязать реальное состояние блока для '<arg:2>', так как состояние занято '<arg:3>'.</yellow>"
|
||||
warning.config.block.state.id.conflict: "<yellow>Проблема найдена в файле <arg:0> - Блоку '<arg:1>' не удалось привязать реальное состояние блока для '<arg:2>', так как состояние занято '<arg:3>'.</yellow>"
|
||||
warning.config.block.state.model.missing_path: "<yellow>Проблема найдена в файле <arg:0> - В блоке '<arg:1>' отсутствует необходимый 'path' опция для 'model'.</yellow>"
|
||||
warning.config.block.state.model.invalid_path: "<yellow>Проблема найдена в файле <arg:0> - Блок '<arg:1>' имеет 'path' аргумент '<arg:2>' содержит недопустимые символы. Пожалуйста, прочтите https://minecraft.wiki/w/Resource_location#Legal_characters.</yellow>"
|
||||
warning.config.block.settings.unknown: "<yellow>Проблема найдена в файле <arg:0> - Блок '<arg:1>' использует неизвестный тип настройки '<arg:2>'.</yellow>"
|
||||
|
||||
@@ -120,7 +120,7 @@ warning.config.item.settings.unknown: "<yellow><arg:0> dosyasında sorun bulundu
|
||||
warning.config.item.missing_material: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>' eşyası gerekli 'material' argümanı eksik.</yellow>"
|
||||
warning.config.item.invalid_material: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>' eşyası geçersiz bir malzeme türü '<arg:2>' kullanıyor.</yellow>"
|
||||
warning.config.item.bad_custom_model_data: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>' eşyası çok büyük bir özel model verisi '<arg:2>' kullanıyor. 16.777.216'dan düşük bir değer kullanmanız önerilir.</yellow>"
|
||||
warning.config.item.custom_model_data_conflict: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>' eşyası, '<arg:3>' eşyası tarafından işgal edilmiş bir özel model verisi '<arg:2>' kullanıyor.</yellow>"
|
||||
warning.config.item.custom_model_data.conflict: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>' eşyası, '<arg:3>' eşyası tarafından işgal edilmiş bir özel model verisi '<arg:2>' kullanıyor.</yellow>"
|
||||
warning.config.item.missing_model_id: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>' eşyası gerekli 'custom-model-data' veya 'item-model' argümanı eksik.</yellow>"
|
||||
warning.config.item.behavior.missing_type: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>' eşyası, eşya davranışı için gerekli 'type' argümanı eksik.</yellow>"
|
||||
warning.config.item.behavior.invalid_type: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>' eşyası geçersiz bir eşya davranış türü '<arg:2>' kullanıyor.</yellow>"
|
||||
@@ -173,18 +173,15 @@ warning.config.block.state.property.missing_type: "<yellow><arg:0> dosyasında s
|
||||
warning.config.block.state.property.invalid_type: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>' bloğu, '<arg:3>' özelliği için geçersiz bir 'type' argümanı '<arg:2>' kullanıyor.</yellow>"
|
||||
warning.config.block.state.property.integer.invalid_range: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>' bloğu, '<arg:3>' tamsayı özelliği için geçersiz bir 'range' argümanı '<arg:2>' kullanıyor. Doğru sözdizimi: 1~2.</yellow>"
|
||||
warning.config.block.state.property.invalid_format: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>' bloğu, geçersiz bir blok durum özelliği formatı '<arg:2>' kullanıyor.</yellow>"
|
||||
warning.config.block.state.missing_real_id: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>' bloğu, 'state' için gerekli 'id' argümanı eksik. 'id', her blok durumu türü için benzersiz olan sunucu tarafı blok kimliğidir. 'note_block' ve id 30 ile bir sunucu tarafı blok oluşturursanız, gerçek blok kimliği 'craftengine:note_block_30' olur.</yellow>"
|
||||
warning.config.block.state.missing_state: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>' bloğu, 'state' için gerekli 'state' argümanı eksik.</yellow>"
|
||||
warning.config.block.state.missing_properties: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>' bloğu, 'states' için gerekli 'properties' bölümü eksik.</yellow>"
|
||||
warning.config.block.state.missing_appearances: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>' bloğu, 'states' için gerekli 'appearances' bölümü eksik.</yellow>"
|
||||
warning.config.block.state.missing_variants: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>' bloğu, 'states' için gerekli 'variants' bölümü eksik.</yellow>"
|
||||
warning.config.block.state.variant.missing_appearance: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>' bloğu, '<arg:2>' varyantı için gerekli 'appearance' argümanı eksik.</yellow>"
|
||||
warning.config.block.state.variant.invalid_appearance: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>' bloğunda, '<arg:2>' varyantının var olmayan bir görünüm '<arg:3>' kullandığı bir hata var.</yellow>"
|
||||
warning.config.block.state.invalid_vanilla: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>' bloğu geçersiz bir vanilya blok durumu '<arg:2>' kullanıyor.</yellow>"
|
||||
warning.config.block.state.unavailable_vanilla: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>' bloğu kullanılamayan bir vanilya blok durumu '<arg:2>' kullanıyor. Lütfen bu durumu mappings.yml dosyasında serbest bırakın.</yellow>"
|
||||
warning.config.block.state.invalid_vanilla_id: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>' bloğu, mevcut yuva aralığı '0~<arg:3>' aşan bir vanilya blok durumu '<arg:2>' kullanıyor.</yellow>"
|
||||
warning.config.block.state.conflict: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>' bloğu, '<arg:3>' tarafından işgal edilmiş bir vanilya blok durumu '<arg:2>' kullanıyor.</yellow>"
|
||||
warning.config.block.state.bind_failed: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>' bloğu, durum '<arg:3>' tarafından işgal edildiği için '<arg:2>' için gerçek blok durumu bağlamada başarısız oldu.</yellow>"
|
||||
warning.config.block.state.id.conflict: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>' bloğu, durum '<arg:3>' tarafından işgal edildiği için '<arg:2>' için gerçek blok durumu bağlamada başarısız oldu.</yellow>"
|
||||
warning.config.block.state.model.missing_path: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>' bloğu, 'model' için gerekli 'path' seçeneği eksik.</yellow>"
|
||||
warning.config.block.state.model.invalid_path: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>' bloğunun, yasak karakterler içeren bir 'path' argümanı '<arg:2>' var. Lütfen https://minecraft.wiki/w/Resource_location#Legal_characters sayfasını okuyun.</yellow>"
|
||||
warning.config.block.settings.unknown: "<yellow><arg:0> dosyasında sorun bulundu - '<arg:1>' bloğu bilinmeyen bir ayar türü '<arg:2>' kullanıyor.</yellow>"
|
||||
|
||||
@@ -192,7 +192,7 @@ warning.config.item.invalid_material: "<yellow>在文件 <arg:0> 发现问题 -
|
||||
warning.config.item.invalid_custom_model_data: "<yellow>在文件 <arg:0> 发现问题 - 物品 '<arg:1>' 使用了无效的负数模型值 '<arg:2>'</yellow>"
|
||||
warning.config.item.bad_custom_model_data: "<yellow>在文件 <arg:0> 发现问题 - 物品 '<arg:1>' 使用的自定义模型数据 '<arg:2>' 数值过大 建议使用小于 16,777,216 的值</yellow>"
|
||||
warning.config.item.item_model.conflict: "<yellow>在文件 <arg:0> 发现问题 - 物品 '<arg:1>' 使用了无效的 'item-model' 选项. 这个 item-model 已经存在对应的原版物品</yellow>"
|
||||
warning.config.item.custom_model_data_conflict: "<yellow>在文件 <arg:0> 发现问题 - 物品 '<arg:1>' 使用的自定义模型数据 '<arg:2>' 已被物品 '<arg:3>' 占用</yellow>"
|
||||
warning.config.item.custom_model_data.conflict: "<yellow>在文件 <arg:0> 发现问题 - 物品 '<arg:1>' 使用的自定义模型数据 '<arg:2>' 已被物品 '<arg:3>' 占用</yellow>"
|
||||
warning.config.item.invalid_component: "<yellow>在文件 <arg:0> 发现问题 - 物品 '<arg:1>' 使用了未知的数据组件 '<arg:2>'</yellow>"
|
||||
warning.config.item.missing_model_id: "<yellow>在文件 <arg:0> 发现问题 - 物品 '<arg:1>' 缺少必需的 'custom-model-data' 或 'item-model' 参数</yellow>"
|
||||
warning.config.item.missing_model: "<yellow>在文件 <arg:0> 中发现问题 - 物品 '<arg:1>' 缺少支持 1.21.4+ 资源包必需的 'model' 配置项</yellow>"
|
||||
@@ -260,19 +260,16 @@ warning.config.block.state.property.missing_type: "<yellow>在文件 <arg:0> 发
|
||||
warning.config.block.state.property.invalid_type: "<yellow>在文件 <arg:0> 发现问题 - 方块 '<arg:1>' 的属性 '<arg:3>' 使用了无效的类型参数 '<arg:2>'</yellow>"
|
||||
warning.config.block.state.property.integer.invalid_range: "<yellow>在文件 <arg:0> 发现问题 - 方块 '<arg:1>' 的整数属性 '<arg:3>' 使用了无效的范围参数 '<arg:2>' 正确语法: 1~2</yellow>"
|
||||
warning.config.block.state.property.invalid_format: "<yellow>在文件 <arg:0> 发现问题 - 方块 '<arg:1>' 使用了无效的方块状态属性格式 '<arg:2>'</yellow>"
|
||||
warning.config.block.state.missing_real_id: "<yellow>在文件 <arg:0> 发现问题 - 方块 '<arg:1>' 的 'state' 缺少必需的 'id' 参数 该 ID 是服务端方块 ID 用于唯一标识每种方块状态类型</yellow>"
|
||||
warning.config.block.state.missing_state: "<yellow>在文件 <arg:0> 发现问题 - 方块 '<arg:1>' 的 'state' 缺少必需的 'state' 参数</yellow>"
|
||||
warning.config.block.state.missing_properties: "<yellow>在文件 <arg:0> 发现问题 - 方块 '<arg:1>' 的 'states' 缺少必需的 'properties' 段落</yellow>"
|
||||
warning.config.block.state.missing_appearances: "<yellow>在文件 <arg:0> 发现问题 - 方块 '<arg:1>' 的 'states' 缺少必需的 'appearances' 段落</yellow>"
|
||||
warning.config.block.state.missing_variants: "<yellow>在文件 <arg:0> 发现问题 - 方块 '<arg:1>' 的 'states' 缺少必需的 'variants' 段落</yellow>"
|
||||
warning.config.block.state.variant.missing_appearance: "<yellow>在文件 <arg:0> 发现问题 - 方块 '<arg:1>' 的变体 '<arg:2>' 缺少必需的 'appearance' 参数</yellow>"
|
||||
warning.config.block.state.variant.invalid_appearance: "<yellow>在文件 <arg:0> 发现问题 - 方块 '<arg:1>' 的变体 '<arg:2>' 使用了不存在的 appearance '<arg:3>'</yellow>"
|
||||
warning.config.block.state.invalid_vanilla: "<yellow>在文件 <arg:0> 发现问题 - 方块 '<arg:1>' 使用了无效的原版方块状态 '<arg:2>'</yellow>"
|
||||
warning.config.block.state.unavailable_vanilla: "<yellow>在文件 <arg:0> 发现问题 - 方块 '<arg:1>' 使用了不可用的原版方块状态 '<arg:2>' 请在 mappings.yml 中释放该状态</yellow>"
|
||||
warning.config.block.state.invalid_vanilla_id: "<yellow>在文件 <arg:0> 发现问题 - 方块 '<arg:1>' 使用的原版方块状态 '<arg:2>' 超出可用槽位范围 '0~<arg:3>'</yellow>"
|
||||
warning.config.block.state.conflict: "<yellow>在文件 <arg:0> 发现问题 - 方块 '<arg:1>' 使用的原版方块状态 '<arg:2>' 已被 '<arg:3>' 占用</yellow>"
|
||||
warning.config.block.state.bind_failed: "<yellow>在文件 <arg:0> 发现问题 - 方块 '<arg:1>' 无法为 '<arg:2>' 绑定真实方块状态 '<arg:4>' 因该状态已被 '<arg:3>' 占用</yellow>"
|
||||
warning.config.block.state.invalid_real_id: "<yellow>在文件 <arg:0> 发现问题 - 方块 '<arg:1>' 使用的真实方块状态 '<arg:2>' 超出可用槽位范围 '0~<arg:3>' 如果槽位已用尽 请在 config.yml 中添加更多服务端侧方块</yellow>"
|
||||
warning.config.block.state.id.conflict: "<yellow>在文件 <arg:0> 发现问题 - 方块 '<arg:1>' 无法为 '<arg:2>' 绑定真实方块状态 '<arg:4>' 因该状态已被 '<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.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>"
|
||||
|
||||
Reference in New Issue
Block a user