Skip to content

Commit

Permalink
added projectile warner
Browse files Browse the repository at this point in the history
  • Loading branch information
SymoHTL committed Apr 21, 2024
1 parent d6b6c2b commit bc7af66
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ private void renderEntityOverlay(DrawContext drawContext) {
scale = (int) (scale / 1.5);

// draw entity
UiRenderer.drawEntity(drawContext, (int) (width / 2 - width * 0.048), 2 + fr.fontHeight * 2, scale,(float) width / 7,
height * 0.75f, livingEntity);
UiRenderer.drawEntity(drawContext, (int) (width / 2 - width * 0.048), 2 + fr.fontHeight * 2, scale,
height * 0.75f, livingEntity);
}

private @NotNull List<HudText> buildBasicEntityInfo(@NotNull LivingEntity livingEntity) {
Expand Down

0 comments on commit bc7af66

Please sign in to comment.