This is a mod generator in Python which generates mods for Minecraft using Fabric, Forge or NeoForge.
- Version: 0.1.0
- Recommended Python Version: 3.12
- Required JDK Version: 21 (for the template)
- Author: XyperCode
- License: Apache-2.0
- Clone the repository
- Put textures in template/blocks and template/items
- Use or replace the base template at template/base
- Run
pip install -r requirements.txt
either in a virtual environment (recommended) or directly. - Run
python main.py
- Follow the instructions on the GUI.
This project is distributed under the Apache-2.0 license.
For the modloader stuff used in the template:
For the GUI: