DarkKronicle / KronHUD

A mod to add clean and useful HUD widgets.
GNU General Public License v3.0
93 stars 39 forks source link

Replace action bar inject with Redirect #61

Closed j-tai closed 2 years ago

j-tai commented 2 years ago

This changes the injection that cancels action bar rendering from a @ModifyArgs to a @Redirect, allowing for the method call to be properly cancelled, instead of changing the argument to an empty string.

This fixes compatibility with the TieFix mod. More details here

Fixes j-tai/TieFix#10

DarkKronicle commented 2 years ago

Thanks for submitting a pull request! This seems to fix the issue, I'll do some testing and will hopefully get this updated soon.

Your mod looks really cool btw

j-tai commented 2 years ago

Thanks!