Crash on Fabric 1.20.1 - World Gen
Martmists-GH opened this issue · 6 comments
GregTech CEu Version
1.20.1-1.0.12.e
Recipe Viewer Installed
REI
Environment
Singleplayer
Cross-Mod Interaction
Unsure
Expected Behavior
The world generates properly.
Actual Behavior
The game crashes with the following message, disappearing once GTCEu is removed:
java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / minecraft:birch_forest]=net.minecraft.class_1959@4bc654a3}]
Full logs: https://mclo.gs/xD0Lck7
Steps to Reproduce
- Launch the game
- Create a world
- The game crashes
Additional Information
No response
That's concerning. Might be a duplicate of #355? The bug looks nearly identical...
Yeah, please don't close it just yet.
Can you consistently reproduce this issue with a specific seed (and possibly specific coordinates), or does it happen completely at random?
Also, which modloader and Minecraft version are you using?
I know that it seems to be entirely biome-specific and based off what biomes the game is trying to load for worldgen, considering the version of this bug that occurs on QFAPI happens when the Bamboo Forest biome is present—generating and loading into a superflat world works fine.
Seems to be only present on FAPI with biome mods and QFAPI with that biome specifically as well; haven't seen any reports of this on (Neo)Forge. Guessing there's an implementation issue in the FabriQuilt-specific code when it comes to worldgen, and for whatever reason QSL or QFAPI's mixins cause it to happen more frequently than with just FAPI.