Skip to content

Commit

Permalink
Adjust Crystal Cube item HUD overlay
Browse files Browse the repository at this point in the history
Fixes #4538 by moving the rendered item up an appropriate amount.
  • Loading branch information
TheRealWormbo committed Mar 17, 2024
1 parent a89ecba commit 0338f87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public static void render(GuiGraphics gui, CorporeaCrystalCubeBlockEntity cube)
gui.drawString(mc.font, lockedStr, 30, 11, 0xFFAA00);
}

gui.renderItem(target, 10, 9);
gui.renderItem(target, 10, -9);

ps.popPose();
}
Expand Down

0 comments on commit 0338f87

Please sign in to comment.