Skip to content

Commit

Permalink
change icon position on inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
lordIcocain committed Dec 18, 2024
1 parent 859865d commit 392f494
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void renderInventory(final IPartRenderHelper rh, final RenderBlocks rende
this.getItemStack().getIconIndex(),
CableBusTextures.PartTunnelSides.getIcon(),
CableBusTextures.PartTunnelSides.getIcon());
rh.setBounds(4.0f, 4.0f, 12.0f, 12.0f, 12.0f, 13.0f);
rh.setBounds(4.0f, 4.0f, 8.0f, 12.0f, 12.0f, 9.0f);
rh.renderInventoryBox(renderer);
}

Expand Down

0 comments on commit 392f494

Please sign in to comment.