This commit is contained in:
Adubbz 2013-11-20 06:15:56 +11:00
parent daf66a261c
commit fbbd3deef4
1 changed files with 1 additions and 1 deletions

View File

@ -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