Biome names are not listed in language file
Foozey opened this issue ยท 0 comments
Minecraft Version: 1.20.1
Mod Version: 1.2.1
Mod Loader: Forge
Description:
Biome names will appear as biome.deeperdarker.deeplands in-game if you don't add them to your en_us.json file.
To fix, add the biomes to your language file like this:
"biome.deeperdarker.deeplands": "Deeplands",
"biome.deeperdarker.overcast_columns": "Overcast Columns",
"biome.deeperdarker.echoing_forest": "Echoing Forest"
To Reproduce:
Steps to reproduce the behavior:
- Visit a Deeper and Darker biome
- View the biome name in-game somehow (eg. F3 Menu, Xaero's Minimap, Traveller's Titles, etc.)
- See error