Fabric API

Fabric API

106M Downloads

[REQUEST] InGameGUI.renderStatusBars() callbacks

showierdata9978 opened this issue ยท 1 comments

commented

Issue

You need to overwrite MinecraftClient.InGameGUI.renderStatusBars() to draw custom status bars causing an icompadibilty with mods like raised.

Fix

Add callbacks that run before vanilla when the Status bars are being rendered. so they can be canceled, (ie beforeHungerBarDrawn, beforeHealthBarDrawn)

commented

close to #49 but more selective