mirror of
https://github.com/misode/misode.github.io.git
synced 2026-05-02 13:42:55 +00:00
Fix "this" being namespaced
This commit is contained in:
+9
-9
@@ -342,11 +342,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",
|
||||
@@ -359,12 +359,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",
|
||||
|
||||
Reference in New Issue
Block a user