Simple Armor Hud

Simple Armor Hud

78.1k Downloads

Full code rewrite

legoraft opened this issue ยท 4 comments

commented

The current codebase is kind of a mess with a lot of if statements and everything crammed into a single mixin. All the code needs a rewrite with a few features:

  • Switch statement in stead of if statements piled upon each other
  • Render method within main armorHud class
  • Automatic support for parity issues
commented

I think that the rewrite is somewhat completed now. I will take a look at the codebase at a later point in the project

commented

switch statements won't work in this case, moving code to main class also isn't possible

commented

I'm going to look into automatic support for conflicts

commented

automatic support has been added in latest dev commit