From 248f2e02217c62d21188da18442be47e33bca6cb Mon Sep 17 00:00:00 2001 From: Misode Date: Thu, 26 Dec 2019 17:12:53 +0100 Subject: [PATCH] Fix "this" being namespaced --- schemas/1.13.json | 3 ++- schemas/1.15.json | 18 +++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/schemas/1.13.json b/schemas/1.13.json index b59d7f49..329dfa6a 100644 --- a/schemas/1.13.json +++ b/schemas/1.13.json @@ -19,7 +19,8 @@ { "id": "rolls", "type": "range", - "translate": "pool.rolls" + "translate": "pool.rolls", + "help": true }, { "id": "bonus_rolls", diff --git a/schemas/1.15.json b/schemas/1.15.json index a6859a82..fd88a228 100644 --- a/schemas/1.15.json +++ b/schemas/1.15.json @@ -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",