[1.20.1 Forge] Crash when creating a world
chorbintime opened this issue ยท 6 comments
User is on v9 of BMC4 Forge. First person to report this - it is not consistently reproducible across machines but appears to be reproducible for this user
Hmm quite concerning to say the least since that target references to lambda within the (Yarn) TagGroupLoader.buildGroup which is used to capture that has failed... odd that it happens constantly for this user. Ill do some investigating to see if I can find what is making such changes to fail with targeting such
It seems that some mod in this list when update to the Users version causes this problem:
- L_Enders_Cataclysm-1.29-1.20.1.jar
- corail_woodcutter-1.20.1-3.0.2.jar
- forge-1.20.1-47.1.44-universal.jar
- bygonenether-1.3.1-1.20.x.jar
Those versions are only found with the user after comparing to the release version I have downloaded for V9.
Ok it seems that forge 47.1.44 just has something going on in the TagGroupLoader that mess the lambda up or removes it
Ah nuts, Forge patch is completely messing up the Inject I think: https://github.com/MinecraftForge/MinecraftForge/blob/1.20.x/patches/minecraft/net/minecraft/tags/TagLoader.java.patch
Ill just have to rewrite the mixin specifically to deal with Forge and release an update for such.
Fixed in version 1.0.3: Link