-
Notifications
You must be signed in to change notification settings - Fork 0
Home
The aim of this wiki is to provide you will all the necessary information so that you can start making your own modules for this mod or a complete mod of your own.
This entails an introduction into Forge based modding, and a documentation of this mod in particular.
The first thing you will need before you can start coding is an IDE. Check out this guide to get started with that.
You will also need some basic knowledge of programming in Kotlin and working with forge.
If you are new to programming you should definitely check out this Introduction into object oriented programming.
You should also check out this Introduction into Forge modding.
To learn to code Minecraft Mods I recommend you start by modifying an already existing Mod and adding your own code to it.
To learn how to make your own Modules for this mod check out this page.
