diff --git a/locales/en.json b/locales/en.json index 51423011..9a70aba9 100644 --- a/locales/en.json +++ b/locales/en.json @@ -48,7 +48,7 @@ "condition.thundering": "Thundering", "condition.type": "Condition", "condition.type.alternative": "Alternative", - "condition.type.block_state_propery": "Block Properties", + "condition.type.block_state_property": "Block Properties", "condition.type.damage_source_properties": "Damage Source", "condition.type.entity_properties": "Entity Properties", "condition.type.entity_scores": "Entity Scores", diff --git a/locales/ru.json b/locales/ru.json index fa056989..b0663041 100644 --- a/locales/ru.json +++ b/locales/ru.json @@ -55,7 +55,7 @@ "condition.thundering": "Гроза", "condition.type": "Условие", "condition.type.alternative": "Выбор", - "condition.type.block_state_propery": "Свойства блока", + "condition.type.block_state_property": "Свойства блока", "condition.type.damage_source_properties": "Источник урона", "condition.type.entity_properties": "Свойства сущности", "condition.type.entity_scores": "Счёты сущности", diff --git a/locales/zh-CN.json b/locales/zh-CN.json index 19ee3d3f..cc4d4f90 100644 --- a/locales/zh-CN.json +++ b/locales/zh-CN.json @@ -55,7 +55,7 @@ "condition.thundering": "雷雨", "condition.type": "条件", "condition.type.alternative": "析取范式", - "condition.type.block_state_propery": "方块属性", + "condition.type.block_state_property": "方块属性", "condition.type.damage_source_properties": "伤害源", "condition.type.entity_properties": "实体属性", "condition.type.entity_scores": "实体分数", diff --git a/schemas/1.14.json b/schemas/1.14.json index b4000f31..733d0b3d 100644 --- a/schemas/1.14.json +++ b/schemas/1.14.json @@ -484,7 +484,7 @@ "minecraft:inverted", "minecraft:entity_properties", { - "value": "minecraft:block_state_propery", + "value": "minecraft:block_state_property", "require": ["minecraft:block"] }, { @@ -592,7 +592,7 @@ "type": "string", "translate": "condition.block", "require": [ - "minecraft:block_state_propery" + "minecraft:block_state_property" ] }, { @@ -603,7 +603,7 @@ "type": "string" }, "require": [ - "minecraft:block_state_propery" + "minecraft:block_state_property" ] }, { diff --git a/schemas/1.15.json b/schemas/1.15.json index 95ad8067..2c0daae8 100644 --- a/schemas/1.15.json +++ b/schemas/1.15.json @@ -513,7 +513,7 @@ "minecraft:reference", "minecraft:entity_properties", { - "value": "minecraft:block_state_propery", + "value": "minecraft:block_state_property", "require": ["minecraft:block"] }, { @@ -629,7 +629,7 @@ "type": "string", "translate": "condition.block", "require": [ - "minecraft:block_state_propery" + "minecraft:block_state_property" ] }, { @@ -640,7 +640,7 @@ "type": "string" }, "require": [ - "minecraft:block_state_propery" + "minecraft:block_state_property" ] }, {