Fixed Bin amount render position
This commit is contained in:
parent
44ecdd41d0
commit
b644fbc83f
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ public class RenderBin extends TileEntitySpecialRenderer
|
||||||
|
|
||||||
if(amount != "")
|
if(amount != "")
|
||||||
{
|
{
|
||||||
renderText(amount, ForgeDirection.getOrientation(tileEntity.facing), 0.02F, x, y - 0.31F, z);
|
renderText(amount, ForgeDirection.getOrientation(tileEntity.facing), 0.02F, x, y - 0.3725F, z);
|
||||||
}
|
}
|
||||||
|
|
||||||
MekanismRenderer.glowOff();
|
MekanismRenderer.glowOff();
|
||||||
|
|
Loading…
Reference in a new issue