Skip to content

Commit

Permalink
🔧 Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiviacz1337 committed Sep 5, 2023
1 parent 9be5d9b commit 65102c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@ public void drawGuiTank(MatrixStack matrixStackIn, SingleVariantStorage<FluidVar
private void drawItemStack(MatrixStack matrixStack, ItemStack stack, int x, int y)
{
this.itemRenderer.renderGuiItemIcon(matrixStack, stack, x, y);
this.itemRenderer.renderGuiItemOverlay(matrixStack, MinecraftClient.getInstance().textRenderer, stack, x, y);
this.itemRenderer.renderGuiItemOverlay(matrixStack, textRenderer, stack, x, y);
}
}

0 comments on commit 65102c8

Please sign in to comment.