-
Notifications
You must be signed in to change notification settings - Fork 285
How to compile Carpet Mod
Ghoulboy edited this page Jul 24, 2020
·
3 revisions
The reason you might want to do this is so that you can get the .jar file with the most recent additions/updates.
- Clone the branch you want to make a .jar file of onto your pc. If you are on 1.15.2, that is the master branch, for the latest 1.16 version go to the 1.16 branch and clone it as a .zip file.
- Open the zip file and extract its contents
- Run the task
gradlew remapJar
in the directory with all the extracted files - The generated .jar file should be in
fabric-carpet\build\libs
. In it you will see two files: - Copy the file without the -dev suffix into your mods folder, it will work!