logo of the website

Welcome to the homepage for Minecraft modding!

This is the webpage about Java and Minecraft modding.

Quick Minecraft modding info #1

One of the reasons why Minecraft can so easily be modified is because
of the following features of the programming language (Java) Minecraft is written in:
  • The ability to load and unload certain parts of code while the program is running.
  • The ability to also change loaded code while it is running.

Quick Minecraft modding info #2


Another reason why Minecraft can so easily be modified are the "mappings".
Mappings are a way for developers to read the unobfuscated code of Minecraft before it is compiled.

Quick Minecraft modding info #1

One of the reasons why Minecraft can be so easily modified is because
of the following features of the programming language (Java) Minecraft is written in:
  • The ability to load and unload certain parts of code while the program is running.
  • The ability to also change loaded code while the program is running.

Quick Minecraft modding info #2


Another reason why Minecraft can so easily be modded are the "mappings".
Mappings are a way for developers to read the unobfuscated code of Minecraft before it is compiled.