mirror of
https://github.com/misode/misode.github.io.git
synced 2026-05-05 23:11:47 +00:00
Fix some enum translations
This commit is contained in:
@@ -232,9 +232,6 @@
|
|||||||
"type": "Type"
|
"type": "Type"
|
||||||
},
|
},
|
||||||
"$entity": {
|
"$entity": {
|
||||||
"$type": {
|
|
||||||
|
|
||||||
},
|
|
||||||
"type": "Entity",
|
"type": "Entity",
|
||||||
"nbt": "NBT",
|
"nbt": "NBT",
|
||||||
"location": "Location"
|
"location": "Location"
|
||||||
@@ -249,9 +246,6 @@
|
|||||||
"biome": "Biome",
|
"biome": "Biome",
|
||||||
"feature": "Feature",
|
"feature": "Feature",
|
||||||
"dimension": "Dimension"
|
"dimension": "Dimension"
|
||||||
},
|
|
||||||
"$structure": {
|
|
||||||
|
|
||||||
},
|
},
|
||||||
"$item": {
|
"$item": {
|
||||||
"name": "Item ID",
|
"name": "Item ID",
|
||||||
@@ -260,9 +254,6 @@
|
|||||||
"durability": "Durability",
|
"durability": "Durability",
|
||||||
"potion": "Potion",
|
"potion": "Potion",
|
||||||
"nbt": "NBT"
|
"nbt": "NBT"
|
||||||
},
|
|
||||||
"$biome": {
|
|
||||||
|
|
||||||
},
|
},
|
||||||
"2_spaces": "2 Spaces",
|
"2_spaces": "2 Spaces",
|
||||||
"4_spaces": "4 Spaces",
|
"4_spaces": "4 Spaces",
|
||||||
|
|||||||
+3
-3
@@ -688,7 +688,7 @@
|
|||||||
"id": "type",
|
"id": "type",
|
||||||
"type": "enum",
|
"type": "enum",
|
||||||
"translate": "$entity.type",
|
"translate": "$entity.type",
|
||||||
"translateValue": "$entity.$type",
|
"translateValue": "",
|
||||||
"unset": true,
|
"unset": true,
|
||||||
"values": "entity_types"
|
"values": "entity_types"
|
||||||
},
|
},
|
||||||
@@ -739,7 +739,7 @@
|
|||||||
"id": "biome",
|
"id": "biome",
|
||||||
"type": "enum",
|
"type": "enum",
|
||||||
"translate": "$location.biome",
|
"translate": "$location.biome",
|
||||||
"translateValue": "$biome",
|
"translateValue": "",
|
||||||
"unset": true,
|
"unset": true,
|
||||||
"values": "biomes"
|
"values": "biomes"
|
||||||
},
|
},
|
||||||
@@ -747,7 +747,7 @@
|
|||||||
"id": "feature",
|
"id": "feature",
|
||||||
"type": "enum",
|
"type": "enum",
|
||||||
"translate": "$location.feature",
|
"translate": "$location.feature",
|
||||||
"translateValue": "$structure",
|
"translateValue": "",
|
||||||
"unset": true,
|
"unset": true,
|
||||||
"values": "structures"
|
"values": "structures"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user