Skip to content

Minecraft: Java Edition using Mojang's obfuscation mapping

License

Notifications You must be signed in to change notification settings

RavageZombies/MagmaCube

 
 

Repository files navigation

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.

About

Minecraft: Java Edition using Mojang's obfuscation mapping

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 84.4%
  • Batchfile 15.6%