mirror of
https://github.com/MikuYoshikage/MYs-Mod-Maker
synced 2026-09-10 15:30:27 +00:00
No description
- Python 75.9%
- Java 24.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| example | ||
| gui_things | ||
| .gitignore | ||
| cli.py | ||
| gui.py | ||
| LICENSE | ||
| logic.py | ||
| README.md | ||
| requirements.txt | ||
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