Fix Z-FIghting.

Fix Bounding Box.
This commit is contained in:
AlgorithmX2
2014-03-26 22:57:38 -05:00
parent 37b18d77f4
commit f571e41198
2 changed files with 15 additions and 2 deletions
@@ -104,7 +104,7 @@ public class RenderBlockSkyChest extends BaseBlockRender
lidangle = 1.0F - lidangle;
lidangle = 1.0F - lidangle * lidangle * lidangle;
model.chestLid.offsetY = -(0.9f / 16.0f);
model.chestLid.offsetY = -(1.01f / 16.0f);
model.chestLid.rotateAngleX = -((lidangle * 3.141593F) / 2.0F);
model.renderAll();