Create Minecraft Mod. How are you?

Ab
- in Mods
2

Hi folks wanted to know how to create your own mod in Minecraft.

cl

Usually these are written in the Java programming language. For this, however, you need the appropriate knowledge of the programming language and the API of the modloader for which you are writing the mod (in most cases Forge). There are some tutorials on the Internet about this, but without knowledge of the Java programming language there's relatively little point in following them, as you won't understand anything anyway.

A simple method to write mods without programming knowledge is MCreator. With this you can easily develop a mod via a graphical interface. Among other things, you can add new blocks, ores and items, but other things such as GUIs are also possible.

https://mcreator.net/

at

I used to program some. You can even download it online.

You have to learn that first. The best thing to do is to watch videos on YouTube about "Programming Minecraft Mods with Java". You will find a lot there.