mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-28 01:08:47 +00:00
Merge pull request #25 from SPGoding/patch-3
Fix typos of block_state_property
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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": "Счёты сущности",
|
||||
|
||||
@@ -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": "实体分数",
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user