mathematicalguy / moecraft

MoeCraft Minecraft Mod
1 stars 0 forks source link

Creates utility class for mod development #3

Closed jpoetker closed 4 years ago

jpoetker commented 4 years ago

Introduces some utility classes based on the minecraft by example repository usefulltools (https://github.com/TheGreyGhost/MinecraftByExample/tree/master/src/main/java/minecraftbyexample/usefultools)

The classes help provide readable names to some of the decompiled functions used in mod development.

There are also a couple of (presumably) useful math functions defined.