Customizable Player Models (Fabric)

Customizable Player Models (Fabric)

287k Downloads

Crash with API when mod was ported from 1.19.2 to 1.20.1

Abyssal101 opened this issue ยท 1 comments

commented

It's me again, so I had been using your API to successfully code a mod, I actually finished it to a point I released it out into the world and am very happy with that(Thank you again for creating the API). However, I tried porting it to 1.20.1 and got an error that I did fix when I tried originally doing this in 1.19.2, from . To fix that I had to properly add the mixin gradle, which worked all well. However after porting it and fixing all these issues, a similar error seems to be occurring, and the stuff with the mixingradle is still there and working as my own Mixins successfully load. The main error seems to be this:
"Caused by: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: @shadow field f_172546_ was not located in the target class net.minecraft.client.renderer.BlockEntityWithoutLevelRenderer. Using refmap cpm.mixins.refmap.json"
CPM.Mixin.1.20.1from1.19.2 Error Log.txt

I would only ever ask here if I exhausted every other option and resource to fix this on my own, so I would greatly appreciate your help.

commented

I'm stupid, fixed it