Fixed sapling drops from breaking
This commit is contained in:
parent
040da80612
commit
a2c0a16f92
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ public class BlockBOPSapling extends BlockBOPDecoration implements IGrowable {
|
|||
@Override
|
||||
public int damageDropped(IBlockState state)
|
||||
{
|
||||
return 0;
|
||||
return this.getMetaFromState(state);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue