Make Entropy Harder
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{
|
||||
"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.ENTROPY_ORE);
|
||||
getOrCreateTagBuilder(BlockTags.NEEDS_DIAMOND_TOOL)
|
||||
.add(ModBlocks.STABLE_ENTROPY_BLOCK);
|
||||
getOrCreateTagBuilder(BlockTags.NEEDS_IRON_TOOL)
|
||||
.add(ModBlocks.STABLE_ENTROPY_BLOCK)
|
||||
.add(ModBlocks.ENTROPY_ORE)
|
||||
.add(ModBlocks.ENTROPY_BLOCK);
|
||||
getOrCreateTagBuilder(BlockTags.AXE_MINEABLE)
|
||||
|
||||
Reference in New Issue
Block a user