Novarch129 / JoJo-s-Bizarre-Survival

A mod that adds Stands from JoJo's Bizarre Adventure to Minecraft.
MIT License
24 stars 13 forks source link

Overhauled Stand punches #8

Closed Novarch129 closed 4 years ago

Novarch129 commented 4 years ago

Completely overahauled the current Stand punch system, replacing it with a better one. All Stand attacks now have their own class, and the deprecated StandPunchEffects class has finally been removed. The punches' rendering has also been significantly improved by adding StandPunchRenderer.java and switching from GL11 to MatrixStack for rendering.

Novarch129 commented 4 years ago

Really happy with this one, these improvements are small but significant.