You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a server jar called Mohist that combines spigot with forge, but with this mod every biome is replaced with plains. I have been told that it is a bukkit biome restriction issue but I can't get any more information. Is there any way to prevent this issue? My best guess is that spigot or bukkit doesn't get the memo that the biome id formats aren't vanilla so it reads a zero or null byte and defaults to plains.
It would be ok if I could simply disable the biome id portion of the mod, but there isn't a config file so that's not an option. At this point I am planning on using Not Enough IDs simply because it doesn't affect biomes.
The text was updated successfully, but these errors were encountered:
I am using a server jar called Mohist that combines spigot with forge, but with this mod every biome is replaced with plains. I have been told that it is a bukkit biome restriction issue but I can't get any more information. Is there any way to prevent this issue? My best guess is that spigot or bukkit doesn't get the memo that the biome id formats aren't vanilla so it reads a zero or null byte and defaults to plains.
It would be ok if I could simply disable the biome id portion of the mod, but there isn't a config file so that's not an option. At this point I am planning on using Not Enough IDs simply because it doesn't affect biomes.
The text was updated successfully, but these errors were encountered: