this.addMiningType(ToolType.SPADE);
}
@Override
public void initialize() {
SwitchDrops drops = getDrops().DEFAULT.clear().addSwitch().setChance(0.1);
drops.TRUE.add(VanillaMaterials.FLINT);
drops.FALSE.add(this);
this.getDrops().EXPLOSION.clear().add(this);
}