OffersHUD is a client-side mod which display a list of villager's trading offers as a HUD, without a right-click.
9
stars
1
forks
source link
use `HudRenderCallback.EVENT` instead of `InGameHud#renderStatusEffectOverlay` #40
Closed
naari3 closed 6 months ago
closes #39 (and thanks to @Minenash!)
For HUD rendering, use
HudRenderCallback.EVENT
, which is a better method than the current methodInGameHud#renderStatusEffectOverlay
.This change should rsolve conflicts with another mods that use
InGameHud#renderStatusEffectOverlay
.