Straw Golem Rebaled - Forge

Straw Golem Rebaled - Forge

9M Downloads

Support for minecraft 1.19.3

killermouse0 opened this issue ยท 1 comments

commented

Game Info
Game Version : 1.19.3
Mod Version : N/A
Mod Loader : Forge

Describe the bug
The mod is not compatible with Minecraft 1.19.3

To Reproduce
Steps to reproduce the behavior:

  1. Upgrade Minecraft while the mod is enabled causes a crash

Screenshots

[25/12/2022 11:18:52 AM] Exception in thread "main" java.lang.RuntimeException: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [strawgolem.forge.mixins.json:RegistryMixin] from phase [DEFAULT] in config [strawgolem.forge.mixins.json] FAILED during PREPARE

Additional context
I've tried to update the code myself but there are API changes which I can't resolve (ex: Vector3f seems to have disappeared from 1.19.3).
I'm too much of a noob with minecraft mods + java to get through it. I would attempt it again, but need a bit of guidance...
Any help appreciated!

commented

The Vecter2f class has been replaced with the Axis class. That should get the plugin working again.