Skip to content

Commit

Permalink
just when i thought i was done smh
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAHuman-xD committed May 4, 2024
1 parent 5952c28 commit c8117cf
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public void render(DrawContext draw, int x, int y, float delta, int flags) {
if (entity != null) {
Mouse mouse = MinecraftClient.getInstance().mouse;
if (entity instanceof LivingEntity living) {
drawLivingEntity(draw, x, this.baby ? y + 20 : y, scale, (float) mouse.getX(), (float) mouse.getY(), living);
drawLivingEntity(draw, x, this.baby ? y - 5 : y, scale, (float) mouse.getX(), (float) mouse.getY(), living);
} else {
drawEntity(draw, x, y, scale, (float) mouse.getX(), (float) mouse.getY(), entity);
}
Expand Down
Loading

0 comments on commit c8117cf

Please sign in to comment.