diff --git a/src/main/java/reobf/proghatches/ae/PartMAP2P.java b/src/main/java/reobf/proghatches/ae/PartMAP2P.java index 3ccef7f..da54b45 100644 --- a/src/main/java/reobf/proghatches/ae/PartMAP2P.java +++ b/src/main/java/reobf/proghatches/ae/PartMAP2P.java @@ -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);