A Minecraft that you can patch your own patches into the Minecraft.
- Make it editable easily by everyone who wants to code Minecraft
- You cannot distribute the source code generated by this project. (see Minecraft EULA for details)
- Do not redistribute the jar file, without any exception. It is against the Mojang's ToS.
- Modify player name tag with
PlayerRenderer#renderNameTag
- enable debug renderers at DebugRenderer
- PlayerTabOverlay to modify how tab renders on multiplayer
Properties can be set via jvm argument -Dkey=value
.
property | environment variables | what |
---|
See here for more information about building the project.