Merge remote-tracking branch 'origin/1.19' into 1.19
This commit is contained in:
commit
4a7d9e120a
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ public class TagManager {
|
|||
|
||||
public static boolean isToolWithMineableTag(ItemStack stack, TagKey<Block> tag) {
|
||||
if (stack.getItem() instanceof DiggerItemAccessor dig) {
|
||||
return dig.bclib_getBlockTag().equals(tag);
|
||||
return dig.bclib_getBlockTag() == tag;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue