so I need help with compiling a mod that I modified the mod is more weapons the problem is that i have decompiled the mod and i have the source code but i need compile that mod can you help me!!!
I'm assuming that you're using Forge in a Gradle environment. Once you fix any errors in the code, open up a command window prompt, navigate to your project's workspace using "cd <path to project folder here>", then run the "gradlew build" command. Your rebuilt .jar file will be in the /build/libs folder.
so I need help with compiling a mod that I modified the mod is more weapons the problem is that i have decompiled the mod and i have the source code but i need compile that mod can you help me!!!
I'm assuming that you're using Forge in a Gradle environment. Once you fix any errors in the code, open up a command window prompt, navigate to your project's workspace using "cd <path to project folder here>", then run the "gradlew build" command. Your rebuilt .jar file will be in the /build/libs folder.
Mapping and Modding rules | Global rules | MCFStaff Youtube channel
Follow @I_Mod_Minecraft
im not using a gradle enviroment i have the source code of the mos and i have modified it but i dont know how to compile thw mod
how can put the mod in a gradle enviroment?