-
Notifications
You must be signed in to change notification settings - Fork 16
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
Update mod to 1.20.1 #53
base: main
Are you sure you want to change the base?
Conversation
Hey @TheBluekr |
Fabric version threw 100+ errors when building jar. Forge version can build jar, but I haven't try it in game cause my game is 1.20.1 Fabric. |
Sorry I haven't gotten back, I'll do it later when I have access to the file I got.
Did you use the files on my branch or the repo branch? I've managed to compile it after trying to fix the errors for a few hours. |
Yep, I was using your code to do that. The Fabric folder's Last commit message is still 1.19.3. |
Might be I didn't include the latest Fabric in the commit and just committed the code itself. I'll take a look next week once I'm more fully available. |
My friend had introduced another mod NoExpensive to me. |
Hey man did you get chance to upload the file |
Hi, I've just got back home and with that to the files. |
Thank you, its dosent crash anymore but im not able to go above vanilla enchances |
just do /gamerule noenchantcap:uncapped_anvils true |
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.
I compiled and tested it in-game. Although I didn't stress-test it, it seemed to work without any crashes. The changes seem like corrections for the new version of Forge. It honestly looks good and ready to commit.
Can help develop the forge version? |
you're a fucking godsend, thank you so much for this |
bit of a problem, though i have no idea if this is a feature or a bug it still uncaps the anvil even if its set to false, making levels above 40 take an insane amount of your levels if not all of your levels with fair charged experience |
I also have problems with compiling locally (fabric). The discord attachment expired and is no longer available. I operate a modded server and we would like to update from 1.19.2 to 1.20.1 (no other versions due to compatibility issues in other mods). |
Yea this was why I wasn't in favor of having the file hosted on Discord due to its changes with how files are hosted. It would be great if there was a way to make the file available as a "release" but that depends on the author of this repo who doesn't seem as active. |
Since the Discord link expired again, here is a Drive link: Don't have high hopes for me trying to port this again to newer versions as I really lack the experience in Java and Fabric modding. |
No 1.20.1 Forger version available? |
I've done a quick attempt to update the code to run under 1.20.1
Done bit of a poor job in my opinion on my end but I don't have any prior experience in Java. It seems to run under Fabric, I haven't tested Forge at all.