Fixed #128
This commit is contained in:
parent
daf66a261c
commit
fbbd3deef4
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ public class BlockBOPColorizedLeaves extends BlockLeavesBase implements IShearab
|
|||
@Override
|
||||
public int damageDropped(int meta)
|
||||
{
|
||||
return (getTypeFromMeta(meta) + category.ordinal() * 4) + 1;
|
||||
return getTypeFromMeta(meta) + category.ordinal() * 4;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue