Fixed sapling drops from breaking

This commit is contained in:
Adubbz 2016-01-04 13:50:01 +11:00
parent 040da80612
commit a2c0a16f92

View file

@ -133,7 +133,7 @@ public class BlockBOPSapling extends BlockBOPDecoration implements IGrowable {
@Override
public int damageDropped(IBlockState state)
{
return 0;
return this.getMetaFromState(state);
}
@Override