-
Notifications
You must be signed in to change notification settings - Fork 0
Compiling
Compiling is the last step of your mod creation.
You need to right-click the project. Select Export and select JAR File.
Modify the path where to save the JAR file to the place you want.
Then, in the Select the resources to export, search io.github.ascpialgroup.mcmt and uncheck it. Press finish.
To create the version that is recognized by the launcher, you need to create a profile, and select the version 0.0.11a.
Then close the launcher and go to the versions folder of your .minecraft directory. Copy the folder 0.0.11a to a folder
with the name of your mod. Spaces are not allowed.
Then remove 0.0.11a.jar and copy the previously exported jar file with the name of your folder but you need to keep the file extension.
Then rename 0.0.11a.json to the name of your folder but you need to keep the file extension too.
Open the json file, and remove everything in the downloads object. Then change the id to the name of your folder.
You have now created a mod.