Make Entropy Harder

This commit is contained in:
Vos
2025-11-03 20:08:06 -06:00
parent 39e674a84b
commit 6aefb8af6b
3 changed files with 4 additions and 9 deletions
@@ -1,5 +1,7 @@
{ {
"values": [ "values": [
"acesbs:stable_entropy_block" "acesbs:stable_entropy_block",
"acesbs:entropy_ore",
"acesbs:entropy_block"
] ]
} }
@@ -1,6 +0,0 @@
{
"values": [
"acesbs:entropy_ore",
"acesbs:entropy_block"
]
}
@@ -20,8 +20,7 @@ public class ModBlockTagProvider extends FabricTagProvider.BlockTagProvider {
.add(ModBlocks.STABLE_ENTROPY_BLOCK) .add(ModBlocks.STABLE_ENTROPY_BLOCK)
.add(ModBlocks.ENTROPY_ORE); .add(ModBlocks.ENTROPY_ORE);
getOrCreateTagBuilder(BlockTags.NEEDS_DIAMOND_TOOL) getOrCreateTagBuilder(BlockTags.NEEDS_DIAMOND_TOOL)
.add(ModBlocks.STABLE_ENTROPY_BLOCK); .add(ModBlocks.STABLE_ENTROPY_BLOCK)
getOrCreateTagBuilder(BlockTags.NEEDS_IRON_TOOL)
.add(ModBlocks.ENTROPY_ORE) .add(ModBlocks.ENTROPY_ORE)
.add(ModBlocks.ENTROPY_BLOCK); .add(ModBlocks.ENTROPY_BLOCK);
getOrCreateTagBuilder(BlockTags.AXE_MINEABLE) getOrCreateTagBuilder(BlockTags.AXE_MINEABLE)