naari3 / offers-hud

OffersHUD is a client-side mod which display a list of villager's trading offers as a HUD, without a right-click.
https://www.curseforge.com/minecraft/mc-mods/offershud
MIT License
9 stars 1 forks source link

use `HudRenderCallback.EVENT` instead of `InGameHud#renderStatusEffectOverlay` #40

Closed naari3 closed 6 months ago

naari3 commented 6 months ago

closes #39 (and thanks to @Minenash!)

For HUD rendering, use HudRenderCallback.EVENT, which is a better method than the current method InGameHud#renderStatusEffectOverlay.

This change should rsolve conflicts with another mods that use InGameHud#renderStatusEffectOverlay.