mirror of
https://codeberg.org/moonleay/Gimble.git
synced 2024-11-21 22:32:50 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
f10897bf5d
1 changed files with 6 additions and 0 deletions
|
@ -39,6 +39,12 @@ public abstract class HudMixin {
|
|||
|
||||
@Shadow @Final private MinecraftClient client;
|
||||
|
||||
@Shadow
|
||||
private int scaledHeight;
|
||||
|
||||
@Shadow
|
||||
public abstract void clear();
|
||||
|
||||
@Inject(method = "renderStatusEffectOverlay", at = @At("HEAD"))
|
||||
private void render(MatrixStack matrices, CallbackInfo ci) {
|
||||
TextRenderer tr = this.client.textRenderer;
|
||||
|
|
Loading…
Reference in a new issue