Posted July 11, 20187 yr So I've made my mod and have no idea where to begin in terms of packaging up all of my files to put either online or into a modpack (on technic). I looked at some of the mods I have downloaded and noticed they were mostly .jar files with a few being .zip Is one format better than the other? Which should I choose? And how do I package it? Also, is there a Forge Forums app so I can get notified of replies? Or maybe discord? Edited July 11, 20187 yr by Root_
July 11, 20187 yr 11 minutes ago, Root_ said: Also, is there a Forge Forums app so I can get notified of replies? Forge will send emails to you about replies if you tell it to. 12 minutes ago, Root_ said: So I've made my mod and have no idea where to begin in terms of packaging up all of my files Calling the command gradlew build will compile your mod for you. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
July 11, 20187 yr After you've run gradlew build, your jar file will be found in the build/libs directory in your project directory.
July 11, 20187 yr Use the CMD line to do this. Find your directory that has the build.gradle file in it, and use "cd [put the directory here]" and then "gradlew build". Super simple. You can find the finished file in the build/libs folder.
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.