t2pellet / strawgolem

Adds a cute straw golem to farm for you!
https://www.curseforge.com/minecraft/mc-mods/straw-golem-reborn
GNU Affero General Public License v3.0
16 stars 17 forks source link

Support for minecraft 1.19.3 #128

Open killermouse0 opened 1 year ago

killermouse0 commented 1 year ago

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!

num5er commented 1 year ago

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