legoraft / simple-armor-hud

A mod that adds your armor to the hud
https://modrinth.com/mod/simple-armor-hud
GNU Lesser General Public License v2.1
7 stars 5 forks source link

Full code rewrite #24

Closed legoraft closed 7 months ago

legoraft commented 1 year ago

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:

legoraft commented 1 year ago

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

legoraft commented 1 year ago

I'm going to look into automatic support for conflicts

legoraft commented 10 months ago

automatic support has been added in latest dev commit

legoraft commented 7 months ago

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