Modcrafter is a tool used to create and compile Minecraft Forge mods using a simple GUI. No Java knowledge or IDE required!
Download Modcrafter from the attached exe file on the latest release.
Alternatively, grab the live version of the exe from path /bin/dist/Modcrafter.exe of this repository.
- Copy the exe into the directory you will be using for your mod.
- Run the exe and use the GUI to configure your mod.
- When adding textures, make sure to add the relevant files into folder
lib/textures/. - When done configuring, click "Generate" and the mod will start compiling. You will find your outputted mod file in
/lib/jars/. - Place the outputted jar file in your
.minecraft/mods/folder and load up Forge to play your mod!
Run python run compile to compile Modcrafter from this source code. Outputted exe is in bin/dist/.