Add correct Mining-Level tags and introduce custom one for Netherite
This commit is contained in:
parent
a18aa400ed
commit
fde244965c
2 changed files with 22 additions and 1 deletions
|
@ -16,6 +16,8 @@ public class MineableTags {
|
|||
public static final TagKey<Block> SWORD = FabricMineableTags.SWORD_MINEABLE;
|
||||
public static final TagKey<Block> HAMMER = TagManager.BLOCKS.makeCommonTag("mineable/hammer");
|
||||
|
||||
public static final TagKey<Block> NEEDS_NETHERITE_TOOL = TagManager.BLOCKS.makeCommonTag("needs_netherite_tool");
|
||||
|
||||
static void prepareTags() {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue