-
Notifications
You must be signed in to change notification settings - Fork 28
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
1.20.4 #69
base: migrate_to_1.20.2
Are you sure you want to change the base?
1.20.4 #69
Conversation
Looks good for the most part. Is there a reason why you changed the dependency from being just the fabric resource loader to the fabric API as a whole? |
just some lazy XD
…---Original---
From: ***@***.***>
Date: Thu, Dec 28, 2023 02:27 AM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [End-Tech/syncmatica] 1.20.4 (PR #69)
Looks good for the most part. Is there a reason why you changed the dependency from being just the fabric resource loader to the fabric API as a whole?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Generally why my PR only changes the method code, so the maintainers can do the build script and mod version, which basically just remove's the compile warning. A simple "lazy port" for 1.20.4 would work just fine also; I have tested it weeks ago. 👍 |
I build from your PR and test with mods:
crash-2023-12-28_15.04.18-client.txt Same crash as I add Malilib and Litematica. Or even disable Fabric API. |
Which PR did you use ? |
This PR's author @s-yh-china |
i will test it, it work in my idea |
I was looking at your log file. Are you running OpenJDK 21 (Azul) ? Perhaps try using JDK 17/18 for Minecraft and then lastly try fabric-api-0.91.1+1.20.4 or fabric-api-0.91.3+1.20.4 . Nothing @s-yh-china changed should cause this error. |
I tried both Oracle JDK 17.0.3.1 and Azul JDK 17.0.9, but still crash.
|
@FlameFire26 -- |
Sorry, I didnt notice that you have built yours. |
I usually only do that under the "releases" when I need to test something, so I uploaded it during this conversation for the most part. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps revert this change, and you should be good.
I even have a 23w51b working branch if you're interested, but built against my own forks of malilib / litematica that I've been working with masa a bit to help him get them ported without needing to have him focus as much energy on it versus his re-write project, so I also did syncmatica as a downstream mod since 1.20.3-pre.2 . |
No description provided.