Programming Minecraft Bosse (1.12.2)?

an
- in Mods
1

I'm currently in the process of programming my first minecraft mod and need help on how to program a boss (ie an entity with a Bossbar, several attacks and several hit boxes). If anyone can give me a tutorial or help, I would be very grateful.

St

To program my first minecraft mod and need help

Judging by your question, virtually no programming skills are available. For Minecraft mods you need very good knowledge (for tasks that go beyond the basics probably even a few years of programming experience).

If anyone can give me a tutorial or help, I would be very grateful.

That's exactly why it's so hard. A documentation or even tutorials are not really existent. The Minecraft skills you have to develop yourself using source code read (which in this case is also difficult to read). Alternatively, you can also search the source code of other mods with this function, but that's not necessarily easier, because most programmers write a huge system about their mods.