te cleanup
This commit is contained in:
parent
bed1537d9a
commit
96674df391
25 changed files with 246 additions and 384 deletions
|
@ -17,7 +17,7 @@ public class SignRenderer extends ElementRenderer<TileEntitySign>
|
|||
GL11.glPushMatrix();
|
||||
float f = 0.6666667F;
|
||||
|
||||
State state = te.getBlockState();
|
||||
State state = te.getState();
|
||||
if (state.getBlock() instanceof BlockStandingSign)
|
||||
{
|
||||
GL11.glTranslatef((float)x + 0.5F, (float)y + 0.75F * f, (float)z + 0.5F);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue