Skip to content

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

License

Notifications You must be signed in to change notification settings

XyperCode/Modders-Doom-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: XyperCode
  • 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

About

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

Topics

Resources

License

Stars

Watchers

Forks