[Bug] game crashes while entering the end.
Rinigon opened this issue ยท 8 comments
What happened?
I'm testing out a modpack I'm making and as I entered through the end portal and starting loading it crashes.
With some research I have found out that it may have a issue with BYG Mod but I still dont know how to fix it
BetterEnd
2.1.4
BCLib
2.1.6
Fabric API
0.75.1
Fabric Loader
0.14.12
Minecraft
1.19.2
Relevant log output
The game crashed whilst exception generating new chunk
Error: java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / betterend:chorus_forest]=net.minecraft.class_1959@6691a28e}, Reference{ResourceKey[minecraft:worldgen/biome / betterend:old_bulbis_gardens]=net.minecraft.class_1959@498a3f1e}]
Other Mods
BYG (Oh the Biomes you'll go), better nether and better end
here is my crash report
@mattwandcow I resolved this similarly. I have a question for you or for anyone that got this error. My game runs now with a newly generated end, however, this end does not contain any end cities. I tried using the /locate command to no avail, can you confirm if this is happening to you?
Specifically in the log file I get this error:
Couldn't load tag minecraft:has_structure/end_city as it is missing following references: betterend:chorus_forest (from worlds_together)
Our server had a the same issue:
java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / betterend:chorus_forest]=net.minecraft.class_1959@5c7478}, Reference{ResourceKey[minecraft:worldgen/biome / betterend:old_bulbis_gardens]=net.minecraft.class_1959@3fb4046f}]
I'm seeing the same issue, same biomes are supposedly the cause, game crash log: https://pastebin.com/hh0eCkMM
Same issue here as well.
BetterEnd
2.1.4
BCLib
2.1.6
Fabric API
0.75.1
Fabric Loader
0.14.17
Minecraft
1.19.2
crashlog provided:
crash-2023-03-11_22.36.45-server.txt
Other mods:
Terrablender 2.0.1.136
BYG 2.0.1.1
CorgiLib 1.0.0.32
Geckolib 3.1.40
Patchouli 77
I got the same issue.
BetterEnd
2.1.4
BCLib
2.1.6
Fabric API
0.75.1
Fabric Loader
0.14.17
Minecraft
1.19.2
Here's my log:
So I had these issues in BetterMC and MedievalMC and some reason just redoing the update fixed it for me. No idea why.
Our server had a the same issue:
java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / betterend:chorus_forest]=net.minecraft.class_1959@5c7478}, Reference{ResourceKey[minecraft:worldgen/biome / betterend:old_bulbis_gardens]=net.minecraft.class_1959@3fb4046f}]
According to the logs, a bat had fallen into the end portal and was trying to generate the end whenever a player logged in and loaded the Stronghold.
We disabled one of the triggering biomes in the biomes.json,the chorus_forest, deleted the end that had been generated, and moved the player away, and that resolved the issue for now