forked from TAIGA/TAIGA
general code cleanup
removed some unused classes Signed-off-by: Giovanni Harting <539@idlegandalf.com>
This commit is contained in:
@@ -13,7 +13,6 @@ public class TraitCrushing extends AbstractTrait {
|
||||
super(TraitCrushing.class.getSimpleName().toLowerCase().substring(5), TextFormatting.GRAY);
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public void blockHarvestDrops(ItemStack tool, BlockEvent.HarvestDropsEvent e) {
|
||||
if (!e.getWorld().isRemote) {
|
||||
|
||||
Reference in New Issue
Block a user