[1.20.1] Crash on loading Undergarden dimension
Fraali opened this issue ยท 4 comments
Using All The Mods 9, Minecraft version 1.20.1
Crash on loading the Undergarden
dimension (Walking through the portal) with
The game crashed whilst exception ticking world Error: java.lang.IllegalAccessError: class quek.undergarden.entity.animal.Scintling tried to access private field net.minecraft.world.entity.Entity.f_19793_ (quek.undergarden.entity.animal.Scintling is in module [email protected] of loader 'TRANSFORMER' @77cd235b; net.minecraft.world.entity.Entity is in module [email protected] of loader 'TRANSFORMER' @77cd235b)
Using All The Mods 9, Minecraft version 1.20.1
We are using Forge 47.0.34
Not sure if this is the cause but it crashes while loading into the Undergarden dimension
The game crashed whilst exception ticking world
Error: java.lang.IllegalAccessError: class
quek.undergarden.entity.animal.Gloomper tried to access
private field net.minecraft.world.entity.Entity.f_19793_
(quek.undergarden.entity.animal.Gloomper is in module
[email protected] of loader 'TRANSFORMER' @6630dd28;
net.minecraft.world.entity.Entity is in module
[email protected] of loader 'TRANSFORMER' @6630dd28
Yeah it's the same kind of crash. I'll fix this as soon as I can, currently not home
Issue appears to have started with a change from Forge as of 47.0.26; MinecraftForge/MinecraftForge#9583 (https://github.com/MinecraftForge/MinecraftForge/pull/9583/files#diff-3c5e61e6b3303cd31e5882573871953441b3b1d9a4cc7b018b1ff5eda25ce27dL222)
fixed in ab85ba5