-
Notifications
You must be signed in to change notification settings - Fork 3
Updated to work with Minecraft 1.18.2 #7
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
base: master
Are you sure you want to change the base?
Conversation
|
This looks great! I haven't touched this in a long time, since I haven't touch Minecraft in a while (life gets in the way of gaming 😄). I had the thought that future versions may need substantial changes to the code (which it looks like you had to do), and it would be nice to restructure the project to be able to build multiple versions at once. I had assumed the github workflows would need to be adjusted as well for the latest Java version, but it looks like yours built without changes? Also, I'd recommend git-ignoring |
|
I'm not sure if the github workflows work to be honest, I have build the jars locally by running the |
|
The workflows are updated and the |
I have updated the MinecraftClientMixin.class to work with the slight changes in Minecraft. Some variables have become private and instead a getter has to be used.
Further I also updated all other files based on the latest fabric example mod.
As this is the first time for me working with a Fabric mod, I wouldn't be surprised if I did somethings wrong, so please let me know! A compiled version of the mod is in the release section of my fork.