24 juil. 2016, 22:21

J’ai oublié ces deux fonctions :

public int getMetaFromState(IBlockState state)
{
return 0;
}

protected BlockStateContainer createBlockState()
{
return new BlockStateContainer(this, new IProperty[] {VISIBLE});
}