Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
/ MagmaCube Public archive

Minecraft: Java Edition using Mojang's obfuscation mapping

License

Notifications You must be signed in to change notification settings

BlueberryMC/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.