TheClaus Posted December 10, 2015 Posted December 10, 2015 I am wanting to see how my mod works with other mods. Like Waila or NEI or JEI. I know I can build my mod and then run it with the other mods but from searching the forums there is talks of placing mods in a libs folder or adding them to the build.gradle. Can anyone explain that more please? I have read this post and they say do it libs or build.gradle. I created a libs folder in the same location as my build.gradle and reran gradlew setupDecompWorkspace but when I run my client it shows only 4 mods(3 that load with forge and then my mod). I was going to do build.gradle but looking at that made it look more like dependencies than just interacting with my mod. So what is the right way to test other mods without building my mod and running another client. Quote
JimiIT92 Posted December 10, 2015 Posted December 10, 2015 as for what i know (not to much really) you should have a "run" folder in to the main mod folder (or pearhaps a folder that looks like he minecraft folder). In here there is a folder called "mods", try putting the other mods there and see if they works Quote Don't blame me if i always ask for your help. I just want to learn to be better
TheClaus Posted December 10, 2015 Author Posted December 10, 2015 It tried to load it but crashed out. Does it need to be the dev mods or will normal mods that you would get on curseforge work? Quote
Choonster Posted December 11, 2015 Posted December 11, 2015 On 12/10/2015 at 9:00 PM, diesieben07 said: You need to have the deobfuscated version of the mods. This is true in general, but running the deobfuscated versions of CodeChickenLib + CodeChickenCore will deobfuscate other mods at runtime; allowing you to use obfuscated versions of mods. Quote Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
TheClaus Posted December 11, 2015 Author Posted December 11, 2015 Thanks Choonster this works the way I was wanting. Sometimes tracking down deobfuscated versions of mods is an adventure and this made it a lot easier. 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.