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

Sniffer Egg cannot be found via archeology in the warm ocean ruins

XMLWordPrintable

    • Confirmed
    • Multiple
    • 1013263

      The sniffer egg was recently added in the latest preview/beta, however, you cannot obtain them naturally in survival via archeology inside the suspicious sand in the warm ocean ruins, since the loot table hasn't been updated yet to match Java, most likely because the rest of the Trails and Tales feature are still locked behind experiments toggle.

      Step to Reproduce

      1. Enable the Next Major Update toggle when creating new world.
      2. Find a warm ocean ruins.
      3. Brush off the suspicious sand in hope that you get it

      Expected Result
      You have a chance to find the sniffer egg.

      Observed Result
      You can't find the sniffer egg at all in survival.

      Code Analysis
      The warm ocean ruins archeology loot table on Java here:

      {
        "type": "minecraft:archaeology",
        "pools": [
          {
            "bonus_rolls": 0.0,
            "entries": [
              {
                "type": "minecraft:item",
                "name": "minecraft:angler_pottery_shard"
              },
              {
                "type": "minecraft:item",
                "name": "minecraft:shelter_pottery_shard"
              },
              {
                "type": "minecraft:item",
                "name": "minecraft:snort_pottery_shard"
              },
              {
                "type": "minecraft:item",
                "name": "minecraft:sniffer_egg"
              },
              {
                "type": "minecraft:item",
                "name": "minecraft:iron_axe"
              },
              {
                "type": "minecraft:item",
                "name": "minecraft:emerald",
                "weight": 2
              },
              {
                "type": "minecraft:item",
                "name": "minecraft:wheat",
                "weight": 2
              },
              {
                "type": "minecraft:item",
                "name": "minecraft:wooden_hoe",
                "weight": 2
              },
              {
                "type": "minecraft:item",
                "name": "minecraft:coal",
                "weight": 2
              },
              {
                "type": "minecraft:item",
                "name": "minecraft:gold_nugget",
                "weight": 2
              }
            ],
            "rolls": 1.0
          }
        ]
      }
      

      The warm ocean ruins archeology loot table on Bedrock here:

      {
          "pools": [
            {
              "rolls": {
                "min": 1,
                "max": 1
              },
              "entries": [
                {
                  "type": "item",
                  "name": "minecraft:snort_pottery_shard",
                  "weight": 1
                },
                {
                  "type": "item",
                  "name": "minecraft:angler_pottery_shard",
                  "weight": 1
                },
                {
                  "type": "item",
                  "name": "minecraft:shelter_pottery_shard",
                  "weight": 1
                },
                {
                  "type": "item",
                  "name": "minecraft:iron_axe",
                  "weight": 1
                },
                {
                    "type": "item",
                    "name": "minecraft:emerald",
                    "weight": 2
                },
                {
                    "type": "item",
                    "name": "minecraft:wheat",
                    "weight": 2
                },
                {
                    "type": "item",
                    "name": "minecraft:wooden_hoe",
                    "weight": 2
                },
                {
                    "type": "item",
                    "name": "minecraft:coal",
                    "weight": 2
                },
                {
                  "type": "item",
                  "name": "minecraft:gold_nugget",
                  "weight": 2
              }
              ]
            }
          ]
        }
      

            MCPE4theBeacon [Helper] lillybeacon
            Votes:
            7 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: