mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 07:37:10 +00:00
Fix namespaced this + fix slots -> slot
This commit is contained in:
@@ -173,7 +173,7 @@
|
||||
"multiply_base": "Multiply Base",
|
||||
"multiply_total": "Multiply Total"
|
||||
},
|
||||
"slots": "Slots"
|
||||
"slot": "Slots"
|
||||
},
|
||||
"$slot": {
|
||||
"mainhand": "Mainhand",
|
||||
|
||||
@@ -165,7 +165,7 @@
|
||||
"multiply_base": "Умножение базового",
|
||||
"multiply_total": "Умножение общего"
|
||||
},
|
||||
"slots": "Ячейки",
|
||||
"slot": "Ячейки",
|
||||
"$slot": {
|
||||
"mainhand": "Ведущая рука",
|
||||
"offhand": "Вторая рука",
|
||||
|
||||
@@ -170,7 +170,7 @@
|
||||
"multiply_base": "乘以数额",
|
||||
"multiply_total": "乘以(数额 + 1)"
|
||||
},
|
||||
"slots": "栏位",
|
||||
"slot": "栏位",
|
||||
"$slot": {
|
||||
"mainhand": "主手",
|
||||
"offhand": "副手",
|
||||
|
||||
@@ -338,9 +338,9 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "slots",
|
||||
"id": "slot",
|
||||
"type": "set",
|
||||
"translate": "$attribute_modifier.slots",
|
||||
"translate": "$attribute_modifier.slot",
|
||||
"translateValue": "$attribute_modifier.$slot",
|
||||
"values": [
|
||||
"mainhand",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user