CrucibleMC / Crucible

Crucible, a fork of Thermos, is a CraftBukkit and Forge server implementation for 1.7.10, providing the ability to load both Forge mods and Bukkit plugins alongside each other.
https://discord.gg/jWSTJ4d
GNU General Public License v3.0
184 stars 63 forks source link

Modded biomes are being added unformatted to Biome Enum #74

Closed EverNife closed 3 years ago

EverNife commented 3 years ago
            for (Biome value : Biome.values()) {
                sender.sendMessage("§b§l > §b" + value.name());
            }

image

"Magical Forest" should be "MAGICAL_FOREST"

EverNife commented 3 years ago

Fixed at 594e96ad0449efe78d92a7cbc4f97d21dc111e18 image