Stone Pickaxe to mine Nugget BLOCK

This commit is contained in:
2025-01-06 16:13:42 -06:00
parent 7602fb947c
commit 236d5be823

View File

@@ -28,9 +28,9 @@ public class ModBlockTagProvider extends BlockTagsProvider {
tag(BlockTags.NEEDS_STONE_TOOL)
.add(ModBlocks.NUGGET_DEEPSLATE_ORE.get())
.add(ModBlocks.NUGGET_BLOCK.get())
.add(ModBlocks.RAW_NUGGET_BLOCK.get());
// tag(BlockTags.NEEDS_STONE_TOOL)
tag(ModTags.Blocks.NEEDS_NUGGET_TOOL)
.add(ModBlocks.RAW_NUGGET_BLOCK.get())
.addTag(BlockTags.NEEDS_DIAMOND_TOOL);