The Bumblezone (Quilt/Fabric)

The Bumblezone (Quilt/Fabric)

11M Downloads

The game crashed whilst exception ticking world 1.20.1 -the_bumblezone-7.1.14+1.20.1-forge

OBS3SS1ON opened this issue ยท 3 comments

commented

I got an error when I opened one chest and looked at a dispenser. playing survival.

The game crashed whilst exception ticking world
Error: java.lang.IllegalAccessError: Update to non-static final field net.minecraft.world.level.block.piston.PistonStructureResolver.f_60410_ attempted from a different method (handler$bff000$modifyForcePushOrigin) than the initializer method

at net.minecraft.world.level.block.piston.PistonStructureResolver.handler$bff000$modifyForcePushOrigin(PistonStructureResolver.java:528) ~[client-1.20.1-20230612.114412-srg.jar%23624!/:?]

latest.log
debug.log

commented

Looks like Botania already fixed this here: VazkiiMods/Botania#4527 (comment)

commented

I looked closer at your stacktrace. modifyForcePushOrigin is not a mixin from my mod. It is a mixin from Botania. You will need to contact Botania devs so they can look into why their mixin is crashing

https://github.com/VazkiiMods/Botania/blob/6016936edc485e6b6c4d70e8a26172b4ace842b0/Xplat/src/main/java/vazkii/botania/mixin/PistonStructureResolverMixin.java#L27

commented

Oh!! Thank you very much as I read your mod name in the log.txt thinking it was from your mod, Thank you very much I will see if it is resolved