Merge pull request #25 from SPGoding/patch-3

Fix typos of block_state_property
This commit is contained in:
Misode
2019-12-16 18:33:19 +01:00
committed by GitHub
5 changed files with 9 additions and 9 deletions

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",

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": "Счёты сущности",

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": "实体分数",

View File

@@ -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"
]
},
{

View File

@@ -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"
]
},
{