Trying to create a mod that adds extra models to the player like armor when you have it in your inventory (i.e. wings or a pool tube). What is the easiest way I can do this?
Ok, that helped the zombie doesn't have an different attack so that screwed me up. It still doesn't move when I tried copying the zombie movement into it.
Trying to create a boss mob. I'm implementing IBossDisplayData and have BossStatus.setBossStatus(this, true) under onLivingUpdate. The mob just doesn't move at all, and stands still.