Posted August 7, 20223 yr Hey guys, I am kinda new to the process of how gradle is working. For now, I have written a library as an jar which I want to include in my new project. I uploaded it to CurseForge. Right now, I am adding it like this: build.gradle Spoiler repositories { maven{ url = "https://cursemaven.com" } } dependencies { minecraft 'net.minecraftforge:forge:1.16.5-36.2.34' //Custom library fg.deobf("curse.maven:edomui-657018:3923458") } But if I want to access the classes from this library IntelliJ cannot find any of them. It seems like the library gets not loaded... Thanks for your help!
August 7, 20223 yr Quote implementation fg.deobf("curse.maven:edomui-657018:3923458") See: https://github.com/MinecraftForge/MinecraftForge/blob/7b97c181b972afb54098a838ed73b5695dc65cd9/mdk/build.gradle#L135 Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
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.