
A simple, reusable utility for relocating animals in Minecraft 26.1.x — without having to herd, lead, or boat them across half the world.
Available for both Fabric and NeoForge.
When you capture a mob, the net saves the entity's complete NBT — not just the type. That means:
The net's tooltip tells you exactly what's inside, including:
Examples:
Contains: Bessie · Pink Sheep Contains: Wild Axolotl · baby Contains: Whiskers · Calico Cat
Modded mobs without a registered variant adapter degrade gracefully — they still show name + entity type, just without the variant prefix.
✅ Allowed: any passive or neutral living entity — animals, villagers, golems, allays, axolotls, modded creatures, etc.
❌ Blocked: players, bosses (Ender Dragon, Wither, Warden), and anything in the MONSTER mob category. A future reinforced net tier may unlock hostile capture.

This mod publishes the item tag #capturenet:nets, which contains all capture-net items shipped by any mod. If you're building a feature that should accept "any capture net" (e.g., a husbandry block, a custom recipe), read this tag rather than checking for specific item IDs.
This is an early release. Planned future work:
CC0-1.0 — public domain, do anything you want with this code.