With which program can I program Minecraft Mods for 1.13?

Ja
- in Mods
5

With which program can I program Minecraft Mods for 1.13?

Me

This is not a program but the programming language Java that you can program in an editor of your choice (eclipse etc)

Ja

I can already program with Java but how do I learn that specific to Minecraft?

St

I can already program with Java but how do I learn that specific to Minecraft?

The question is, how well can you Java? Minecraft modding is really hard to learn.

If you still want to do this to you, you will find a few rough beginners manuals on the internet, the rest you have to work for yourself, because there's virtually no documentation on the subject. This is very time-consuming, because you have to read the code of Minecraft, which is completely uncommented and mostly still completely incomprehensible names used. Existing answers to problems will seldom help you, because they are usually a bit older and the mechanics in Minecraft change frequently.

If you do not necessarily need mods, I recommend using plugins (best for Sponge and not spigot), which is a lot easier.

Ja

Is it possible to create a mod with MCreator?

St

Maybe already, but for more complex changes (not just adding a few blocks or items, but also creating your own inventories, etc.) you can't avoid programming with Forge.