This commit is contained in:
parent
5e9a29123d
commit
6c072974f3
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue