diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MBlocks.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MBlocks.kt index a19c0ae14..c1b2221bf 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MBlocks.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MBlocks.kt @@ -76,7 +76,7 @@ object MBlocks { val DEEPSLATE_TRITANIUM_ORE: Block by registry.register(MNames.DEEPSLATE_TRITANIUM_ORE) { DropExperienceBlock( BlockBehaviour.Properties.of(Material.STONE) .strength(4.75f, 6.5f) - .requiresCorrectToolForDrops(), + .requiresCorrectToolForDrops().sound(SoundType.DEEPSLATE), UniformInt.of(0, 3) ) }