MostafaSabry55 Posted December 8, 2020 Posted December 8, 2020 So I want to use org.reflections for my mod for some reasons, it works fine in dev but crashes with ClassNotFound when obfuscated, how do I implement it correctly? All I did was add this compile group: 'org.reflections', name: 'reflections', version: '0.9.12' to the dependencies task, which I assume isn't enough but I have no idea how to ship it with my mod Quote
Danebi Posted December 8, 2020 Posted December 8, 2020 You have to shadow the dependency in the jar. Quote
MostafaSabry55 Posted December 8, 2020 Author Posted December 8, 2020 what is dependency shadowing and how do I do that? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.