Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
reobf committed Feb 20, 2025
1 parent abe2da3 commit 3b571ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/reobf/proghatches/ae/PartMAP2P.java
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ private TileEntity getTarget() {
@Override
@SideOnly(Side.CLIENT)
public void renderInventory(final IPartRenderHelper rh, final RenderBlocks renderer) {
rh.setTexture(MyMod.iohub.getIcon(0, BlockIOHub.magicNO_ma));

rh.setTexture(MyMod.iohub.getIcon(0, BlockIOHub.magicNO_ma));

rh.setBounds(2, 2, 14, 14, 14, 16);
rh.renderInventoryBox(renderer);
Expand Down

0 comments on commit 3b571ae

Please sign in to comment.