Fixed Universal Cable render

This commit is contained in:
Aidan Brady 2013-07-07 13:22:24 -04:00
parent ce09a8225f
commit 1468fc05bd

View file

@ -124,7 +124,7 @@ public class RenderUniversalCable extends TileEntitySpecialRenderer
case UP:
{
toReturn.minX = 0.3 + offset;
toReturn.minY = 0.3 - offset;
toReturn.minY = 0.7 - offset;
toReturn.minZ = 0.3 + offset;
toReturn.maxX = 0.7 - offset;