Started by
SwifyTR1
on
Topic category: Help with Minecraft modding (Java Edition)
I want to prepare recipes for some mods more easily. How can I make a support mod for these mods?
Topic category: Help with Minecraft modding (Java Edition)
I want to prepare recipes for some mods more easily. How can I make a support mod for these mods?
yes, find the deobfuscated version of that mod and put it on your mods folder
OR
find the maven of that mod and insert the compileOnly and runtimeOnly arguments on your dependencies (+import the maven on repositories )
Where exactly should I copy the deobfuscated mod?
on your workspace folder go to run and then mods
it doesn't work :( is there no tutorial video on youtube?
it should work, make sure the mod is deobfuscated
I deobfucate the mod using Deobfuscator3000