Skip to content
AtonRay edited this page Dec 3, 2022 · 7 revisions

Overview

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.

Getting started

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.

Making your own Modules or Mods

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.