From 2e0fc7a5c47f1c86538c7821843dd4b9faccf4c1 Mon Sep 17 00:00:00 2001 From: SPGoding Date: Wed, 11 Dec 2019 23:46:43 -0600 Subject: [PATCH] Fix typos of block_state_property --- locales/en.json | 2 +- locales/ru.json | 2 +- locales/zh-CN.json | 2 +- schemas/1.14.json | 6 +++--- schemas/1.15.json | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/locales/en.json b/locales/en.json index 67c8ba9e..7e0d046c 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 97302168..e1704337 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 b70a3023..3cd8c661 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 b95ec2fc..b74e3e9b 100644 --- a/schemas/1.14.json +++ b/schemas/1.14.json @@ -483,7 +483,7 @@ "minecraft:inverted", "minecraft:entity_properties", { - "value": "minecraft:block_state_propery", + "value": "minecraft:block_state_property", "require": ["minecraft:block"] }, { @@ -591,7 +591,7 @@ "type": "string", "translate": "condition.block", "require": [ - "minecraft:block_state_propery" + "minecraft:block_state_property" ] }, { @@ -602,7 +602,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 e23e6899..a59daa73 100644 --- a/schemas/1.15.json +++ b/schemas/1.15.json @@ -501,7 +501,7 @@ "minecraft:reference", "minecraft:entity_properties", { - "value": "minecraft:block_state_propery", + "value": "minecraft:block_state_property", "require": ["minecraft:block"] }, { @@ -617,7 +617,7 @@ "type": "string", "translate": "condition.block", "require": [ - "minecraft:block_state_propery" + "minecraft:block_state_property" ] }, { @@ -628,7 +628,7 @@ "type": "string" }, "require": [ - "minecraft:block_state_propery" + "minecraft:block_state_property" ] }, {