From 3a02211ac745bd7b4fe446f0ab331aa933e2110b Mon Sep 17 00:00:00 2001 From: Furior Date: Tue, 28 Apr 2026 01:43:01 +0700 Subject: [PATCH] Fix: suspicios dirt not behaving like dirt I think not dropping anything is intentional, but insta breaking with bare hands doesnt sound so. --- .../kotlin/dev/sterner/witchery/core/registry/WitcheryBlocks.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ) }