Bulldog83 / JustMap

A minimap mod for Minecraft with Fabric launcher.
GNU General Public License v3.0
42 stars 17 forks source link

Modifying potion effects causes Giselbaer's Durability Viewer to disappear #34

Closed Leo40Git closed 4 years ago

Leo40Git commented 4 years ago

Giselbaer's Durability Viewer @Injects into InGameHud.renderStatusEffectOverlay, which is cancelled by this mod.

Bulldog83 commented 4 years ago

If I'll remove ci.cancel() it'll duplicate status effects icons rendering. May be, it will be better to inject the item durability hud into "render" method?