Fix typos of block_state_property

This commit is contained in:
SPGoding
2019-12-11 23:46:43 -06:00
parent d56b6d5495
commit 2e0fc7a5c4
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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": "Счёты сущности",
+1 -1
View File
@@ -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": "实体分数",
+3 -3
View File
@@ -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"
]
},
{
+3 -3
View File
@@ -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"
]
},
{