/MagmaCube

Minecraft: Java Edition using Mojang's obfuscation mapping

Primary LanguageShellMIT LicenseMIT

MagmaCube

What's this

A Minecraft that you can patch your own patches into the Minecraft.

Goal

  • Make it editable easily by everyone who wants to code Minecraft

Note

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

Things I noticed

  • Modify player name tag with PlayerRenderer#renderNameTag
  • enable debug renderers at DebugRenderer
  • PlayerTabOverlay to modify how tab renders on multiplayer

Available properties, environment variables

Properties can be set via jvm argument -Dkey=value.

property environment variables what

See here for more information about building the project.