Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.20.x' into 1.20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatGravyBoat committed Nov 25, 2023
2 parents c927d48 + 86d7ac4 commit e5817ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public static void drawEntity(GuiGraphics graphics, int x, int y, int size, Enti
x += (int) (size / 40f < 1 ? -6 * size / 40f : 5 * size / 40f);
y += (int) (size / 40f < 1 ? -6 * size / 40f : 8 * size / 35f);

float rot = 45f;
float rot = -45f;
if (entity instanceof EnderDragon) {
// Ender dragon is rotated 180 degrees
rot = 225f;
Expand Down

0 comments on commit e5817ae

Please sign in to comment.