-
Bug
-
Resolution: Fixed
-
1.20.0.20 Preview, 1.20.0.21 Preview
-
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
- Enable the Next Major Update toggle when creating new world.
- Find a warm ocean ruins.
- 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 } ] } ] }
- is duplicated by
-
MCPE-169695 Underwater ruins brush loot missing a item..
- Resolved
-
MCPE-169773 sniffer egg cannot be obtained from suspicious sand In warm oceans ruins
- Resolved