Skip to content

Commit

Permalink
fix PlayerEntityWidget position
Browse files Browse the repository at this point in the history
  • Loading branch information
Mari023 committed Nov 30, 2023
1 parent 631a8f9 commit 0ab6f3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ public PlayerEntityWidget(LivingEntity entity) {
public void renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, float f) {
InventoryScreen.renderEntityInInventoryFollowsMouse(guiGraphics, getX(), getY(), getX() + 75 - 26,
getY() + 78 - 8, 30, 0.0625F,
getX() - mouseX,
getY() - 44 - mouseY, entity);
mouseX,
mouseY, entity);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
"bottom": 167
},
"player": {
"left": 52,
"bottom": 99
"left": 26,
"bottom": 165
}
}
}

0 comments on commit 0ab6f3c

Please sign in to comment.