https://github.com/explodingbottle/mcmt
Minecraft Classic Modding Toolset
https://github.com/explodingbottle/mcmt
java minecraft modding modding-tools
Last synced: 4 days ago
JSON representation
Minecraft Classic Modding Toolset
- Host: GitHub
- URL: https://github.com/explodingbottle/mcmt
- Owner: ExplodingBottle
- License: gpl-3.0
- Created: 2021-07-16T09:08:01.000Z (almost 5 years ago)
- Default Branch: mcmt_0.0.11a
- Last Pushed: 2023-02-21T19:23:50.000Z (over 3 years ago)
- Last Synced: 2025-12-26T20:57:35.763Z (5 months ago)
- Topics: java, minecraft, modding, modding-tools
- Language: Java
- Homepage:
- Size: 104 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MCMT
MCMT stands for Minecraft Classic Modding Toolset.
Please refer to wiki for instructions.
# Warning
This program produces decompiled code. So you need to comply with [Minecraft EULA](https://account.mojang.com/terms).\
**You are not allowed to share the decompiled code**
*This program is not affiliated with Mojang Studios, Mojang AB or Microsoft Studios.\
This program is not an official creation from Mojang or Microsoft.*
# Recompiling
You will need to recompile [Fernflower](https://github.com/JetBrains/intellij-community/tree/645a720b58c96b8b1e08525e73fceff85dd4b1e4/plugins/java-decompiler/engine). Please use this exact commit because it's the latest version of Fernflower that supports Java 8.
You will need the [DiffUtils library](https://search.maven.org/artifact/com.googlecode.java-diff-utils/diffutils/1.3.0/jar).
DiffUtils and Fernflower are licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt).