No description
  • Python 75.9%
  • Java 24.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-28 16:20:44 +03:00
example MYs Mod Maker 2026-08-19 21:30:21 +03:00
gui_things MYs Mod Maker 2026-08-19 21:30:21 +03:00
.gitignore MYs Mod Maker 2026-08-19 21:30:21 +03:00
cli.py Fix ffmpeg logs 2026-08-20 03:21:52 +03:00
gui.py Fix ffmpeg logs 2026-08-20 03:21:52 +03:00
LICENSE MYs Mod Maker 2026-08-19 21:30:21 +03:00
logic.py Numbers to name 2026-08-28 16:20:44 +03:00
README.md Fix ffmpeg logs 2026-08-20 03:21:52 +03:00
requirements.txt MYs Mod Maker 2026-08-19 21:30:21 +03:00

MY's Mod Maker

A simple program for creating Minecraft mods that add custom music discs.

Requirements

  • Python 3.10 or higher (tested with Python 3.10.0)
  • Java Development Kit (JDK) 17
  • ffmpeg 9.0.1 or above

Systems without libvorbis will have stereo sound which breaks the sound behavior in Minecraft

Installation

1. Download the source code from the repository.

2. Go to the project folder.

3. Create a virtual environment:

python -m venv venv

4. Activate the virtual environment:

./venv/Scripts/activate  # On Windows
source venv/bin/activate  # On macOS/Linux

5. Install the required Python packages using pip:

pip install -r requirements.txt

Usage

Run the program:

- For GUI mode:

python gui.py

- For CLI mode:

python cli.py

Supported Versions

  • - Forge 1.20.1

(more coming soon)

Supported Platforms

  • - Windows
  • - macOS
  • - Linux

Features

  • GUI and CLI modes for creating Minecraft mods
  • Support for adding custom music discs
  • Automatic generation of mod files and directories
  • Easy-to-use interface for specifying mod details

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

Contributions are welcome! If you have suggestions or improvements, please submit a pull request or open an issue on the GitHub repository.

Telegram Channel

Join our Telegram channel for updates and discussions.

Author

MikuYoshikage

Made with ❤️