mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-30 09:42:44 +00:00
Fix namespaced this + fix slots -> slot
This commit is contained in:
@@ -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