mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Closes #886
This commit is contained in:
parent
2239a8a783
commit
e44b13c554
1 changed files with 5 additions and 0 deletions
|
@ -482,4 +482,9 @@ public class ItemDrill extends ItemEnergy{
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean shouldCauseBlockBreakReset(ItemStack oldStack, ItemStack newStack) {
|
||||||
|
return !(newStack.isItemEqual(oldStack));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue