pahimar 2013-12-31 00:12:02 -05:00
parent 5e9a29123d
commit 6c072974f3

View file

@ -89,7 +89,7 @@ public class ItemCalcinatorRenderer implements IItemRenderer
FMLClientHandler.instance().getClient().renderEngine.bindTexture(Textures.MODEL_CALCINATOR);
// Render
modelCalcinator.render();
modelCalcinator.renderPart("Calcinator");
GL11.glEnable(GL11.GL_LIGHTING);
GL11.glPopMatrix();