Game crashes trying to load into a world (Little Tiles)

Hi! When I try to load a world with the latest 1.20.1 install of Little Tiles (pre155) the game immediately crashes upon loading the world and I’m given “org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError”
Here’s the crash report:

(the crash report had 37k characters so I needed to find a way to insert it despite the 32k character limit)

I don’t know what a SpongePowered is nor have I ever downloaded anything directly related to it (at least to my knowledge)
As far as I know, the only versions of Little Tiles that do not give me this error is pre103 or below. I apologize if this is a problem you’ve dealt with a trillion times before but I’m really dumb when it comes to code and cannot make sense of any of this. Thank you so much in advance!

Sadly it has nothing to do with sponge, but instead a mod that uses mixins. Mods are responsible for there own mixins so we cant help you fix the issue.

To find the issue mod my advice is to use MixinDetector and filter to this mixin file

littletiles.mixins.json

This will tell you what mod is causing the issue and hopefully the mod owner can tell you more about the issue

1 Like