Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for minecraft 1.19.3 #128

Open
killermouse0 opened this issue Dec 25, 2022 · 1 comment
Open

Support for minecraft 1.19.3 #128

killermouse0 opened this issue Dec 25, 2022 · 1 comment
Labels
wip in progress

Comments

@killermouse0
Copy link

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!

@t2pellet t2pellet added the wip in progress label Dec 28, 2022
@num5er
Copy link

num5er commented Feb 23, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wip in progress
Projects
None yet
Development

No branches or pull requests

3 participants