fabric icon indicating copy to clipboard operation
fabric copied to clipboard

[REQUEST] InGameGUI.renderStatusBars() callbacks

Open showierdata9978 opened this issue 2 years ago • 1 comments

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)

showierdata9978 avatar Jun 27 '23 03:06 showierdata9978

close to #49 but more selective

showierdata9978 avatar Jun 27 '23 03:06 showierdata9978

This was added with the the new HUD api.

modmuss50 avatar Apr 28 '25 07:04 modmuss50