diff --git a/src/main/kotlin/dev/sterner/witchery/core/registry/WitcheryBlocks.kt b/src/main/kotlin/dev/sterner/witchery/core/registry/WitcheryBlocks.kt index 9028d6a7..6c999163 100644 --- a/src/main/kotlin/dev/sterner/witchery/core/registry/WitcheryBlocks.kt +++ b/src/main/kotlin/dev/sterner/witchery/core/registry/WitcheryBlocks.kt @@ -1223,7 +1223,7 @@ object WitcheryBlocks { Blocks.COARSE_DIRT, SoundEvents.BRUSH_GRAVEL, SoundEvents.BRUSH_GRAVEL_COMPLETED, - Properties.of() + Properties.ofFullCopy(Blocks.DIRT) .sound(SoundType.SOUL_SAND) ) }