mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 23:56:51 +00:00
Fix "this" being namespaced
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
{
|
||||
"id": "rolls",
|
||||
"type": "range",
|
||||
"translate": "pool.rolls"
|
||||
"translate": "pool.rolls",
|
||||
"help": true
|
||||
},
|
||||
{
|
||||
"id": "bonus_rolls",
|
||||
|
||||
@@ -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