Fix namespaced this + fix slots -> slot

This commit is contained in:
Misode
2019-10-15 20:35:17 +02:00
parent dd87937e0b
commit bc99438d70
5 changed files with 16 additions and 16 deletions

View File

@@ -173,7 +173,7 @@
"multiply_base": "Multiply Base",
"multiply_total": "Multiply Total"
},
"slots": "Slots"
"slot": "Slots"
},
"$slot": {
"mainhand": "Mainhand",

View File

@@ -165,7 +165,7 @@
"multiply_base": "Умножение базового",
"multiply_total": "Умножение общего"
},
"slots": "Ячейки",
"slot": "Ячейки",
"$slot": {
"mainhand": "Ведущая рука",
"offhand": "Вторая рука",

View File

@@ -170,7 +170,7 @@
"multiply_base": "乘以数额",
"multiply_total": "乘以(数额 + 1"
},
"slots": "栏位",
"slot": "栏位",
"$slot": {
"mainhand": "主手",
"offhand": "副手",

View File

@@ -338,9 +338,9 @@
]
},
{
"id": "slots",
"id": "slot",
"type": "set",
"translate": "$attribute_modifier.slots",
"translate": "$attribute_modifier.slot",
"translateValue": "$attribute_modifier.$slot",
"values": [
"mainhand",

View File

@@ -311,11 +311,11 @@
"type": "enum",
"translate": "$function.entity",
"translateValue": "$source",
"default": "minecraft:this",
"default": "this",
"values": [
"minecraft:this",
"minecraft:killer",
"minecraft:killer_player"
"this",
"killer",
"killer_player"
],
"require": [
"minecraft:set_name",
@@ -328,12 +328,12 @@
"type": "enum",
"translate": "$function.source",
"translateValue": "$source",
"default": "minecraft:this",
"default": "this",
"values": [
"minecraft:block_entity",
"minecraft:this",
"minecraft:killer",
"minecraft:killer_player"
"block_entity",
"this",
"killer",
"killer_player"
],
"require": [
"minecraft:copy_name",
@@ -714,9 +714,9 @@
]
},
{
"id": "slots",
"id": "slot",
"type": "set",
"translate": "$attribute_modifier.slots",
"translate": "$attribute_modifier.slot",
"translateValue": "$slot",
"values": [
"mainhand",