Turtle Eggs Are a Free Zombie Lure in Minecraft

Most mob traps need you standing in them. You’re the bait, so the farm only runs while you’re there being annoying to look at. A turtle egg does the job instead, and it never gets bored.

Zombies want to break turtle eggs. It’s a real goal in their behavior list, not a side effect of walking around. Put an egg somewhere awkward and every zombie nearby comes to it.

Zombies hunt eggs on purpose

The zombie’s behavior is stomp_turtle_egg, and the numbers are specific: a search range of 10 blocks, a search height of 2, and a recheck every 20 ticks. A zombie rescans for eggs every second, and any egg within 10 blocks horizontally and 2 vertically becomes its destination. It walks over, jumps on the egg, and breaks it.

Four more mobs share the goal. Husks, drowned, zombie villagers, and zombified piglins all carry the same behavior with the same 10-block range. If it’s a zombie of any kind, it wants your eggs.

The priority matters more than the range. Stomping sits at priority 5 on a zombie, and its melee attack sits at 4. Lower numbers win, so a zombie already chasing you ignores every egg on the beach. The egg only pulls the ones that haven’t found a target yet. That’s exactly the case you care about, since a lure is for the mobs you’re not personally handling.

The design

Dig a hole. Put the egg where a zombie has to walk into the hole to reach it, not where the zombie can reach it.

The trick is that a zombie paths toward the egg without checking the floor between. Drop a two-block-deep pit in the way and it walks in. The egg sits on the far side, safe behind the pit or a block of glass, still visible to the pathing check, still pulling zombies in.

Then handle them however you like. A drop long enough to finish them, a funnel to a killing spot, or a locked pit you come back to in the morning. The egg does the gathering part, which is the part that normally needs a player.

Height helps too. The search height of 2 means an egg pulls mobs on roughly its own level, so a lure on the surface won’t drag anything up out of a cave. Put the egg where the mobs already are.

Getting an egg to stay

A turtle egg only hatches when it’s on sand or red sand. Place it on anything else, stone, a slab, whatever’s under your trap, and it sits there indefinitely. No hatching, no progress, no baby turtles wandering off. A permanent lure on a permanent block.

That’s the useful half of the hatching rule. The other half is that you need eggs in the first place, and eggs come from turtles on sand.

Feed two turtles seagrass and one of them swims back to the beach it hatched on to dig a nest. Its lay behavior searches 16 blocks for a spot, so it needs sand near its home beach. The nest holds up to four eggs. Break the block with Silk Touch and you keep the eggs; break it with anything else and you get nothing.

Silk Touch is the whole harvest requirement. One enchanted tool and one breeding pair keep you in eggs for as long as you want traps.

While you’re there, breed the turtles anyway. A baby turtle grows up and drops a turtle scute, and five scutes make a turtle shell for water breathing. The lure is a side benefit of a farm you’d want regardless.

What breaks it

Anything can step on an egg, not just a zombie. Your own boots break one if you jump on it, and a wandering mob crushes one by accident. Fence the egg off from everything except the zombies you’re routing, or put glass over it and let the pathing do the rest.

The egg is also visible to zombies through walls. They path to it and then bump into whatever’s between, which is fine when the thing between is your pit and bad when it’s your base wall. Give them a clean route in.

And a lure isn’t a spawner. The egg pulls in zombies that already exist within 10 blocks, so it belongs where zombies spawn: a dark cave mouth, an unlit ravine, a spawner room you’ve dug into. Put it somewhere already lit and nothing comes.