The TCP
- 4 Devlogs
- 17 Total hours
THE TCP is a minecraft java boss mod featuring the TwinCoolPizza entity
THE TCP is a minecraft java boss mod featuring the TwinCoolPizza entity
To reward the player for defeating the boss, I added a drop! TCP will now drop 2-3 “Essence of PVP”. This is an item I animated myself. Using 3 of these items as well as a few other ingredients can craft a Twincoolpizza mask , which is a head slot curios item that makes you immune to knockback and even has a geo model that makes you look like the TCP himself!
To finish up my mod, I built another custom mob goal, except this time for building. I noticed that the mob tended to get stuck a lot, so now whenever it gets stuck it will place blocks in a path to get out! It can also bridge to players from wherever they are, in straight, stair and tower forms. I spent a bit of time tweaking this system so that the building doesn’t interfere with the rest of the mob. I also added some particles to indicate when the entity is in each of its forms, with red being the final form color.
I have been working mostly on the mob ai. I made 2 custom mob goals myself that control the entity’s attack behavior and when each animation occurs. I also made multiple mob phases, where depending on the mob’s hp, it will gain attack speed, start sprinting, doing jump crit attacks or all of the above! I also updated the mob’s animations
I first made a simple azurelib entity with an idle animation to start off my mod. My goal for this mod is to learn how to use azurelib, so I checked out the documentation and set up this entity with a model and a dispatcher. I also made 3 custom blockbench animations to be used