Posted March 27, 20169 yr This is a short and simple tutorial on how to package/export your mod into a jar file. 1. Fill in your mcmod.info file (OPTIONAL) You can find it in src/main/resources. 2. Go into your file where your: .gradle, .settings, bin and more is stored. 3. Create a text file called "Build". 4. Save the text file as "Build.bat". 5. Edit the "Build.bat" in a text editor, e.g notepad. 6. Type: gradlew build 7. Run it. 8. When it is finished, go into: build/libs and... there you go! ---- When you need to release it again, simply run Build.bat. eKoop Creator: http://lumtech.byethost33.com/mods/eKoop/modinfo.html
March 27, 20169 yr Author The bat file is so you can just press that instead of right clicking whenever you need to export it. I know you can use right click but... Im lazy like that. eKoop Creator: http://lumtech.byethost33.com/mods/eKoop/modinfo.html
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.