mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 07:37:10 +00:00
Fix some enum translations
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user