Fixed AIOTs having wrong harvest levels,

closes #302
This commit is contained in:
Ellpeck 2016-10-29 12:23:53 +02:00
parent f8f7940839
commit 430beac2db

View file

@ -53,6 +53,7 @@ public class ItemAllToolAA extends ItemToolAA implements IColorProvidingItem{
this.color = color;
this.setMaxDamage(this.getMaxDamage()*4);
this.setHarvestLevel("pickaxe", toolMat.getHarvestLevel());
}
@Override