1
0
Fork 0

te cleanup

This commit is contained in:
Sen 2025-08-12 20:02:43 +02:00
parent bed1537d9a
commit 96674df391
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
25 changed files with 246 additions and 384 deletions

View file

@ -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);