1 | Prerequisites
Make sure you have these!
There's a few thing you'll need for this guide:
For this tutorial, Jetbrain's IntelliJ is recommended, but any IDE should work fine.
Although it's not needed, it's highly recommended that you get the MinecraftDev Plugin for Intellij, as it can do cool things like autocompleting method bytecode signatures and letting you breakpoint on mixins.
I also recommend getting a comfortable theme and background, as you will most likely be debugging errors for some hours.
Most importantly, a basic understanding of Java. I highly recommend w3schools, tutorialspoint, and MOOC.fi 's tutorials to learn java.
Note:
This tutorial was made to be more oriented toward Mac users.
Huge thanks to Basilicous's SkidKit tutorial series for making this all possible!
Now that we got that out of the way, lets begin!
Last updated
Was this helpful?