TropiCraft doing something very weird with biome IDs
ReikaKalseki opened this issue ยท 2 comments
For some reason, my biome ID conflict checker does not pick up conflicts with your biomes, no matter their IDs. It has never failed before, and I do not see how it could, assuming the biomes are properly registered.
Additionally, some users are reporting that other ID conflict checkers are also failing to catch your biomes, which cements the idea that something is weird on your end.
Are you doing something weird with biomes (like not registering it to BiomeGenBase, or doing so in postLoad)?
Given that biome ID conflicts are world-corrupting problems, this needs to be fixed.
The biomes are registered here: https://github.com/Tropicraft/Tropicraft/blob/master/src/main/java/net/tropicraft/world/biomes/BiomeGenTropicraft.java#L49-L57
If there is an issue, then it is with ConfigMod, but I'm not really sure what issue there would be.