Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.14 KB

File metadata and controls

37 lines (26 loc) · 1.14 KB

Modder's Doom Generator

This is a mod generator in Python which generates mods for Minecraft using Fabric, Forge or NeoForge.

Info

  • Version: 0.1.0
  • Recommended Python Version: 3.12
  • Required JDK Version: 21 (for the template)
  • Author: Qboi
  • License: Apache-2.0

Usage

  1. Clone the repository
  2. Put textures in template/blocks and template/items
  3. Use or replace the base template at template/base
  4. Run pip install -r requirements.txt either in a virtual environment (recommended) or directly.
  5. Run python main.py
  6. Follow the instructions on the GUI.

License

This project is distributed under the Apache-2.0 license.

Acknowledgements

For the modloader stuff used in the template:

For the GUI:

Screenshot:

Screenshot