Merge branch 'master' of https://github.com/BiomesOPlenty/BiomesOPlenty
This commit is contained in:
commit
64718b5a5c
1 changed files with 5 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue