From 148f5a19a37ee9bc9a29f6f9df905a45942e12c3 Mon Sep 17 00:00:00 2001 From: Misode Date: Thu, 3 Oct 2019 13:27:43 +0200 Subject: [PATCH] Fix some enum translations --- locales/en.json | 9 --------- schemas/1.14.json | 6 +++--- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/locales/en.json b/locales/en.json index 2f2901a3..e8ebc6b6 100644 --- a/locales/en.json +++ b/locales/en.json @@ -232,9 +232,6 @@ "type": "Type" }, "$entity": { - "$type": { - - }, "type": "Entity", "nbt": "NBT", "location": "Location" @@ -249,9 +246,6 @@ "biome": "Biome", "feature": "Feature", "dimension": "Dimension" - }, - "$structure": { - }, "$item": { "name": "Item ID", @@ -260,9 +254,6 @@ "durability": "Durability", "potion": "Potion", "nbt": "NBT" - }, - "$biome": { - }, "2_spaces": "2 Spaces", "4_spaces": "4 Spaces", diff --git a/schemas/1.14.json b/schemas/1.14.json index 36fd7b12..f94a0995 100644 --- a/schemas/1.14.json +++ b/schemas/1.14.json @@ -688,7 +688,7 @@ "id": "type", "type": "enum", "translate": "$entity.type", - "translateValue": "$entity.$type", + "translateValue": "", "unset": true, "values": "entity_types" }, @@ -739,7 +739,7 @@ "id": "biome", "type": "enum", "translate": "$location.biome", - "translateValue": "$biome", + "translateValue": "", "unset": true, "values": "biomes" }, @@ -747,7 +747,7 @@ "id": "feature", "type": "enum", "translate": "$location.feature", - "translateValue": "$structure", + "translateValue": "", "unset": true, "values": "structures" },