Mojira Archive
MC-248223

Sounds of large/medium amethyst buds are switched

When breaking/placing a medium Amethyst Bud the sound of the large one is played and vice-versa. This isn't very noticeable in vanilla gameplay since the sounds are very similar (the same?). But this does affect custom resource packs.

Here's a code snippet from net.minecraft.world.level.block.Blocks:

public static final Block LARGE_AMETHYST_BUD = register("large_amethyst_bud", new AmethystClusterBlock(5, 3, BlockBehaviour.Properties.copy(AMETHYST_CLUSTER).sound(SoundType.MEDIUM_AMETHYST_BUD).lightLevel((state) -> 4)));
public static final Block MEDIUM_AMETHYST_BUD = register("medium_amethyst_bud", new AmethystClusterBlock(4, 3, BlockBehaviour.Properties.copy(AMETHYST_CLUSTER).sound(SoundType.LARGE_AMETHYST_BUD).lightLevel((state) -> 2)));

Unresolved

Gero Cammans

2022-01-22, 06:44 PM

2023-08-23, 02:18 PM

10

6

Confirmed

Low

Gameplay

Sound

1.18.1 - 23w12a1.18.1, 22w03a, 1.19.2, 1.19.4, 23w12a

-