Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-261350

SoundType of Large/Medium Amethyst Buds are mistakenly reversed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • None
    • 1.19.4, 23w12a
    • None
    • Ubuntu 22.10,
      Java 17
      Minecraft 23w12a
    • Unconfirmed
    • (Unassigned)

      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)));
      

            Unassigned Unassigned
            teddyxlandlee Teddy Li
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: