Skip to content

Commit

Permalink
Increase depth offset
Browse files Browse the repository at this point in the history
  • Loading branch information
xchgeax committed Aug 21, 2022
1 parent 913fd81 commit 2eca551
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ protected void renderStackOnBlock(ItemStack stack, ForgeDirection side, ForgeDir
GL11.glPushMatrix();

this.alignRendering(side, orientation, barrelPos);
this.moveRendering(size, posx, posy, 0);
this.moveRendering(size, posx, posy, -0.001);

if (!ForgeHooksClient.renderInventoryItem(this.renderBlocks, this.texManager, stack, true, 0.0F, 0.0F, 0.0F)) {
this.renderItem.renderItemIntoGUI(this.renderFont, this.texManager, stack, 0, 0, true);
Expand Down

0 comments on commit 2eca551

Please sign in to comment.