An open API service indexing awesome lists of open source software.

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

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).