Fixes for AdvancedJackhammer AOE mining. Closes #1935
This commit is contained in:
parent
52de2fc59f
commit
6d514766ed
2 changed files with 5 additions and 1 deletions
|
@ -129,6 +129,9 @@ public class AdvancedJackhammerItem extends JackhammerItem {
|
|||
if (blockState.getBlock() instanceof OreBlock){
|
||||
return false;
|
||||
}
|
||||
if (blockState.getBlock() instanceof RedstoneOreBlock){
|
||||
return false;
|
||||
}
|
||||
return (Items.IRON_PICKAXE.isEffectiveOn(blockState));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue