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
Game Crash by Biomes
I faced this problem a lot,
I didn't find a solution
I think the problem is related to the ### mod's lands conflicting with Minecraft's lands themselves
I had this problem with the Terrablender library
before, so I deleted it and used the Biolith library
Now I faced the same problem
Is the error from the following code:
This is not an issue with either TerraBlender or Biolith. This problem occurs when the features of your biome are in a different order than those of the vanilla biomes. To properly fix it as the author of a mod, you must find which of your features are in the wrong order and reorder them to be correct. The Cyanide mod (https://modrinth.com/mod/cyanide) is very useful for this purpose as it will clarify the error in the logs.
If you were a user of a mod having this problem, I would say to install the Feature Recycler mod (https://modrinth.com/mod/feature-recycler), which will arbitrarily reorder the features so as to prevent the crash.
Game Crash by Biomes
I faced this problem a lot,
I didn't find a solution
I think the problem is related to the ### mod's lands conflicting with Minecraft's lands themselves
Caused by: java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / minecraft:jungle]=net.minecraft.world.biome.Biome@31e5514}, Reference{ResourceKey[ minecraft:worldgen/biome/ betterbiomes:sakura_grove]=net.minecraft.world.biome.Biome@51a06f45}]
I had this problem with the Terrablender library
before, so I deleted it and used the Biolith library
Now I faced the same problem
Is the error from the following code:
public static void addOverworldLand() {
}
I hope for help and solution
The text was updated successfully, but these errors were encountered: