Add correct Mining-Level tags and introduce custom one for Netherite

This commit is contained in:
Frank 2022-07-30 11:45:00 +02:00
parent a18aa400ed
commit fde244965c
2 changed files with 22 additions and 1 deletions

View file

@ -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() {
}
}