Started by
fuchsiashock
on
Topic category: Help with Minecraft modding (Java Edition)
How do I display the biome name in the hud without a million if statements, eg IF the biome is of type "biomename", set variable to "biomename"?
Topic category: Help with Minecraft modding (Java Edition)
How do I display the biome name in the hud without a million if statements, eg IF the biome is of type "biomename", set variable to "biomename"?
I think it's Biome.getBiomeName() but I don't know coding so don't know how to put it into a global variable