This commit is contained in:
Matt Caughey 2013-07-21 08:02:17 -04:00
commit 64718b5a5c

View file

@ -25,6 +25,11 @@ public class AltarRenderer implements ISimpleBlockRenderingHandler
renderAltarSlotFaces(renderer, block, BlockAltar.altarFrame, world, x, y, z);
if (renderer.hasOverrideBlockTexture())
{
renderer.setOverrideBlockTexture(null);
}
if (tileentityaltar.getPresent(10))
{
renderAltarSlotFaces(renderer, block, BlockAltar.frameRuby, world, x, y, z);