make gay block stronger 🧌

This commit is contained in:
Sunskimmer822 2022-02-22 22:15:17 -06:00
parent 14979ade8a
commit ab7fed7686

View File

@ -9,7 +9,7 @@ import net.minecraft.sound.BlockSoundGroup;
public class FabricBlock extends Block {
public FabricBlock() {
super(FabricBlockSettings.of(Material.WOOL).breakByHand(false).sounds(BlockSoundGroup.ANCIENT_DEBRIS).strength(100, 100f));
super(FabricBlockSettings.of(Material.WOOL).breakByHand(false).sounds(BlockSoundGroup.ANCIENT_DEBRIS).strength(1000, 100f));
}
}