Sniffer
Sniffer — mob.
Obtaining
A sniffer is an ancient passive mob that enters the world by hatching from a sniffer egg. The egg is found by brushing suspicious sand, while breeding two adults creates another egg as an item.
| Natural spawning | Does not spawn as an adult |
|---|---|
| First source | Sniffer egg from suspicious sand |
| Breeding result | 1 sniffer egg |
Drops
The entity loot-table record is present, but it has no item pools in the local source snapshot. Item rewards are therefore shown through the separate digging table rather than being invented as a death drop.
| Entity loot table | No item entries |
|---|---|
| Digging reward | Torchflower seeds or a pitcher pod |
| Experience | Handled by the mob rules, not the item loot table |
Breeding
Two adult sniffers can be bred with torchflower seeds. A successful pairing lays a sniffer egg, then the parents enter a short breeding cooldown.
| Food | Torchflower seeds |
|---|---|
| Result | Sniffer egg item |
| Cooldown | Parents cannot breed again immediately |
Behavior
The sniffer wanders passively, periodically searches the ground, and digs up ancient plants. The validated digging table chooses one reward from torchflower seeds and pitcher pods, while the `sniffer_diggable_block` tag defines which blocks can be searched. Digging is unavailable while the mob is in a boat or minecart, in water, leashed, tempted, or panicking. The AI applies a 9,600-tick sniff cooldown after a search; once digging starts, the reward is scheduled 120 ticks later, which keeps the visible digging animation and the item drop in step.
| Category | passive |
|---|---|
| Max health | 14 |
| Width | 1.9 |
| Height | 1.75 |
| Summonable | Yes |
| Fire immune | No |
| Search action | Smell, track, then dig |
| Digging rewards | Torchflower seeds or pitcher pod |
| Diggable blocks | Controlled by #minecraft:sniffer_diggable_block |
| Cooldown | A successful search starts a digging cooldown |
Data values
The mob uses the `minecraft:sniffer` identifier and eats the `#minecraft:sniffer_food` item tag. The local source also provides a separate `minecraft:gameplay/sniffer_digging` gift table for its excavation rewards.
| Identifier | minecraft:sniffer |
|---|---|
| Version | Minecraft 26.2 |
| Entity ID | minecraft:sniffer |
| Food tag | #minecraft:sniffer_food |
| Digging table | minecraft:gameplay/sniffer_digging |
Gallery
See also
References
The Java snapshot keeps the sniffer entity state, brain activities, food and diggable-block tags, and both loot tables as separate source records. These records make the breeding, searching, and excavation loop auditable without guessing at death drops.
| Local source | Sniffersniffer |
|---|---|
| Entity implementation | `net/minecraft/world/entity/animal/sniffer/Sniffer.java` |
| AI activities | `net/minecraft/world/entity/animal/sniffer/SnifferAi.java` |
| Food tag | `data/minecraft/tags/item/sniffer_food.json` |
| Diggable blocks | `data/minecraft/tags/block/sniffer_diggable_block.json` |
| Entity loot | `data/minecraft/loot_table/entities/sniffer.json` |
| Digging gift table | `data/minecraft/loot_table/gameplay/sniffer_digging.json` |
Navigation
Data and provenance
minecraft:sniffer
Snapshot digest verified.
Facts
| Category | passive |
|---|---|
| Max health | 14 |
| Width | 1.9 |
| Height | 1.75 |
| Summonable | Yes |
| Fire immune | No |
ce5781c658d6775ee6a3c73924ffb8ca3f55fd6f9696a9074958f51fed5ed696Provenance and publication
- Readiness
- Pending
- Snapshot
- 918feb41c87c05a6f3e94e327fb01a82543180a2376b65610c6f0521456532a5
- Source set
- 918feb41c87c05a6f3e94e327fb01a82543180a2376b65610c6f0521456532a5
- Entity identifier
- minecraft:sniffer
- Digest
- ce5781c658d6775ee6a3c73924ffb8ca3f55fd6f9696a9074958f51fed5ed696
- Missing locales
- ru, en




