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

Mod will not work with a mod #175

Open
EnhanceGamer228 opened this issue Oct 16, 2021 · 3 comments
Open

Mod will not work with a mod #175

EnhanceGamer228 opened this issue Oct 16, 2021 · 3 comments

Comments

@EnhanceGamer228
Copy link

EnhanceGamer228 commented Oct 16, 2021

when i try to launch this modpack with a mod called essentials it crashes in a modpack called Greedy Craft is there anyway to fix it
crash-2021-10-16_14.36.23-client.txt

@thecodewarrior
Copy link
Member

It looks like some other mod is bundling a conflicting version of the Kotlin unsigned types library.

Depending on how the class loader is implemented you may be able to work around it by renaming the librarianlib jar to something like 0-librarianlib-1.12.2-4.22.jar. Basically putting it first in the alphabetical order might make Minecraft look for the class in our jar first.

@LlamaLad7
Copy link

LlamaLad7 commented Oct 17, 2021

@thecodewarrior On 1.12.2 you still seem to rely on Kotlin 1.3.0, and we bundle Kotlin 1.5.30. This needs to be fixed on your end by compiling against a newer version, as the unsigned types methods have changed.

@Dustybonss
Copy link

Dustybonss commented Apr 6, 2024

How would you do this? i am having this issue in 1.12.2 and i would like to modify the version and solve this problem as i cant find any other reports of this issue.

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

No branches or pull requests

4 participants