ForgeHammer and Tongs Plate Render

This commit is contained in:
kitsushadow
2015-07-04 05:50:37 -04:00
parent 2653079404
commit 9c06cd5dfb
64 changed files with 388 additions and 142 deletions

View File

@@ -42,6 +42,7 @@ public class ForgeAnvilRenderer extends TileEntitySpecialRenderer {
RenderManager.instance.renderEntityWithPosYaw(this.entItem, 0.48D, 0.25D, -1.0D, 0.0F, 0.0F);
RenderItem.renderInFrame = false;
GL11.glPopMatrix();
tileEntity.markForUpdate();
}
renderBlock(tileEntity, tile.getWorldObj(), tile.xCoord,tile.yCoord, tile.zCoord, ModBlocks.forgeAnvil);
GL11.glPopMatrix();