
World generation issues
Panduino opened this issue ยท 8 comments
Have you been adding or removing mods since you initially created this world, or did they do this without you changing the mod set at all?
Have you been adding or removing mods since you initially created this world, or did they do this without you changing the mod set at all?
It's been doing this without adding mods.
Whats strange is that it only happens on my multiplayer server, but not in singleplayer
There's a somewhat major design flaw in Fabric API that means that if you change the order that biome mods are loaded in, you can get weird issues like this. This is much more likely if you have lots of biome mods, since all it takes is one of the mods to get loaded in a different order relative to other mods for stuff like this to happen.
Adding, updating, or removing any mod could change the mod load order, and thus the load order of biome mods, so things are somewhat sensitive here.
I'd be surprised if this wasn't related to adding, removing, or updating mods on the server.
There's a somewhat major design flaw in Fabric API that means that if you change the order that biome mods are loaded in, you can get weird issues like this. This is much more likely if you have lots of biome mods, since all it takes is one of the mods to get loaded in a different order relative to other mods for stuff like this to happen.
Adding, updating, or removing any mod could change the mod load order, and thus the load order of biome mods, so things are somewhat sensitive here.
I'd be surprised if this wasn't related to adding, removing, or updating mods on the server.
Haven't changed a thing since the server started and the world was created
So did you completely recreate the world when you added the new mod?
I currently have another world generation mod installled, however it was doing the same before I installed that mod
So did you completely recreate the world when you added the new mod?
I currently have another world generation mod installled, however it was doing the same before I installed that mod
Yes, we created a new world when we added new mods