Nixinova / Modcrafter

Create Minecraft mods without Java knowledge or an IDE.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modcrafter

Modcrafter is a tool used to create and compile Minecraft Forge mods using a simple GUI. No Java knowledge or IDE required!

Download

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.

Usage

  1. Copy the exe into the directory you will be using for your mod.
  2. Run the exe and use the GUI to configure your mod.
  3. When adding textures, make sure to add the relevant files into folder lib/textures/.
  4. When done configuring, click "Generate" and the mod will start compiling. You will find your outputted mod file in /lib/jars/.
  5. Place the outputted jar file in your .minecraft/mods/ folder and load up Forge to play your mod!

Build from source

Run python run compile to compile Modcrafter from this source code. Outputted exe is in bin/dist/.

About

Create Minecraft mods without Java knowledge or an IDE.

License:ISC License


Languages

Language:Python 51.1%Language:HTML 20.2%Language:Java 13.6%Language:JavaScript 11.2%Language:CSS 3.8%Language:Batchfile 0.1%