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" },