
Crashing on Minecraft 1.20.4 Forge 49.2.0 Launching
Closed this issue ยท 1 comments
Caused by: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: @shadow method m_118495_ in geckolib.mixins.json:client.TextureManagerMixin was not located in the target class net.minecraft.client.renderer.texture.TextureManager. Using refmap geckolib.refmap.json
I'm importing the lib to my mod,but nothing else was done.I just launch my mod with 'runClient' gradle task.
Obviously, the method m_118495 have already disappeared.
How can I do for it?