Fixed Universal Cable render
This commit is contained in:
parent
ce09a8225f
commit
1468fc05bd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue