Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-169929

Relic Music Disc doesn't generate as an archeology loot in the trail ruins

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 1.20.0.23 Preview
    • 1.20.0.22 Preview
    • None
    • Confirmed
    • Multiple
    • 1021968

      The relic music disc was recently added in the latest preview/beta, however, you cannot obtain them naturally in survival via archeology inside the suspicious gravel in the trail ruins, since the loot table hasn't been updated yet to include the disc and to match Java.

      Step to Reproduce

      1. Find a trail ruins.
      2. Brush off the suspicious gravel in hope that you get it.

      Alternatively, you can run the command /loot give @p loot "entities/trail_ruins_brushable_block_rare" on a repeating command block and see if it generates with the relic music disc.

      Expected Result
      You have a chance to find the relic music disc in survival inside the trail ruins.

      Observed Result
      You can't find the relic music disc at all in survival inside the trail ruins.

      Code Analysis
      The rare trail ruins archeology loot table on Java here:

      {
        "type": "minecraft:archaeology",
        "pools": [
          {
            "bonus_rolls": 0.0,
            "entries": [
              {
                "type": "minecraft:item",
                "name": "minecraft:burn_pottery_sherd"
              },
              {
                "type": "minecraft:item",
                "name": "minecraft:danger_pottery_sherd"
              },
              {
                "type": "minecraft:item",
                "name": "minecraft:friend_pottery_sherd"
              },
              {
                "type": "minecraft:item",
                "name": "minecraft:heart_pottery_sherd"
              },
              {
                "type": "minecraft:item",
                "name": "minecraft:heartbreak_pottery_sherd"
              },
              {
                "type": "minecraft:item",
                "name": "minecraft:howl_pottery_sherd"
              },
              {
                "type": "minecraft:item",
                "name": "minecraft:sheaf_pottery_sherd"
              },
              {
                "type": "minecraft:item",
                "name": "minecraft:wayfinder_armor_trim_smithing_template"
              },
              {
                "type": "minecraft:item",
                "name": "minecraft:raiser_armor_trim_smithing_template"
              },
              {
                "type": "minecraft:item",
                "name": "minecraft:shaper_armor_trim_smithing_template"
              },
              {
                "type": "minecraft:item",
                "name": "minecraft:host_armor_trim_smithing_template"
              },
              {
                "type": "minecraft:item",
                "name": "minecraft:music_disc_relic"
              }
            ],
            "rolls": 1.0
          }
        ]
      }
      

      The rare trail ruins loot table on Bedrock here:

      {
          "pools": [
            {
              "rolls": {
                "min": 1,
                "max": 1
              },
              "entries": [
                {
                  "type": "item",
                  "name": "minecraft:howl_pottery_sherd",
                  "weight": 1
                },
                {
                  "type": "item",
                  "name": "minecraft:sheaf_pottery_sherd",
                  "weight": 1
                },
                {
                  "type": "item",
                  "name": "minecraft:heart_pottery_sherd",
                  "weight": 1
                },
                {
                  "type": "item",
                  "name": "minecraft:heartbreak_pottery_sherd",
                  "weight": 1
                },
                {
                  "type": "item",
                  "name": "minecraft:friend_pottery_sherd",
                  "weight": 1
                },
                {
                  "type": "item",
                  "name": "minecraft:danger_pottery_sherd",
                  "weight": 1
                },
                {
                  "type": "item",
                  "name": "minecraft:burn_pottery_sherd",
                  "weight": 1
                },
                {
                  "type": "item",
                  "name": "minecraft:wayfinder_armor_trim_smithing_template",
                  "weight": 1
                },
                {
                  "type": "item",
                  "name": "minecraft:raiser_armor_trim_smithing_template",
                  "weight": 1
                },
                {
                  "type": "item",
                  "name": "minecraft:shaper_armor_trim_smithing_template",
                  "weight": 1
                },
                {
                  "type": "item",
                  "name": "minecraft:host_armor_trim_smithing_template",
                  "weight": 1
                }
              ]
            }
          ]
        }
      

      Original Description
      In Trail Ruins missing a loot when you brush a block it's new music disc, also i was playing minecraft i was found Trail Ruins brushing a blocks for music disc, i don't get it then i go to code minecraft to loot_tables/entities/ got files where loot table from Trail Ruins, and there's no music disc in loot tables please mojang fix also resolve a bug:

      • Put a music disc (i forgot name but it was added to 1.20.0.22 preview) to Trail Ruins loot tables

            FGH Hryn illis
            Votes:
            4 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: