Mojira Archive
MC-261350

SoundType of Large/Medium Amethyst Buds are mistakenly reversed

SoundType (BlockSoundGroup in Yarn mappings) of `LARGE_AMETHYST_BUD` is set to `MEDIUM_AMETHYST_BUD`, while SoundType of `MEDIUM_AMETHYST_BUD` is set to `LARGE_AMETHYST_BUD`, mistakenly.

Decompiled Code (Minecraft 23w12a, Yarn 23w12a build 3) in Blocks.java:

public static final Block LARGE_AMETHYST_BUD = Blocks.register("large_amethyst_bud", new AmethystClusterBlock(5, 3, AbstractBlock.Settings.copy(AMETHYST_CLUSTER).sounds(BlockSoundGroup.MEDIUM_AMETHYST_BUD).luminance(state -> 4)));
public static final Block MEDIUM_AMETHYST_BUD = Blocks.register("medium_amethyst_bud", new AmethystClusterBlock(4, 3, AbstractBlock.Settings.copy(AMETHYST_CLUSTER).sounds(BlockSoundGroup.LARGE_AMETHYST_BUD).luminance(state -> 2)));

Duplicate

Teddy Li

2023-03-26, 09:39 AM

2023-03-26, 11:15 AM

2023-03-26, 11:15 AM

1

0

Unconfirmed

(Unassigned)

1.19.4, 23w12a

-