This commit is contained in:
Ben Spiers 2014-12-16 01:16:09 +00:00
parent e14501f3b5
commit d181dd9fd6

View file

@ -124,6 +124,8 @@ public class BlockPlastic extends Block
return false;
}
@Override
@SideOnly(Side.CLIENT)
public int getRenderType()
{
return ClientProxy.PLASTIC_RENDER_ID;