Terra (Fabric/Forge/Paper)

Terra (Fabric/Forge/Paper)

74.2k Downloads

[Feature] Provide translation for Terra biomes

ardissaps opened this issue ยท 8 comments

commented

Biome IDs currently do not have any provided translations, leading to Biome.<ID> being used as a default placeholder

commented

Biome IDs are supposed to be unique identifiers. If you want a mapping of identifier to human-readable name, you can use the API.

commented

Biome IDs are supposed to be unique identifiers. If you want a mapping of identifier to human-readable name, you can use the API.

Ok, I guess the mod is only for developer right now as I am sure not all player can do what you suggest, but anyway thx for making the mod.

commented

If we made biome IDs terra:plains, we would run into conflicts when multiple config packs are installed. The IDs need to be unique, if you have a shorter way to map pack + biome IDs to Minecraft biome IDs in a unique manner, you can suggest it.

commented

Actually I see their issue here. As opposed to vanilla, we don't include any translations for our biomes. Managing this server side is tricky but it's probably something we should took into

commented

ah, they mean translation rather than ID

commented

this is a good reference on how to implement this server side: https://github.com/NucleoidMC/Server-Translations

commented

I think human readable names should be specified somewhere within each biome config, perhaps by specifying a mapping from language to name - would require being able to update translations during runtime

commented