Capture Nets

A reusable net that captures any passive or neutral mob — including modded ones — and releases them anywhere with full NBT preserved. Named pets, color variants, ages, and tame state all survive the trip.

File Details

0.1.3+mc26.1.2

  • R
  • May 28, 2026
  • 57.60 KB
  • 39
  • 26.1.2+2
  • Fabric

File Name

capturenet-fabric-0.1.3.jar

Supported Versions

  • 26.1.2
  • 26.1.1
  • 26.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:capture-nets-1552018:8157498"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

v0.1.3

Fixed

  • Villagers and allays are now capturable. Right-clicking a villager opened the trade GUI before the net could act; right-clicking an allay handed it the net instead of catching it. The net now wins the click in both cases, matching how the mod is described.
  • More generally, any mob whose own right-click behavior would normally consume the interaction (modded creatures with custom interact handlers, etc.) is now capturable as long as it passes the standard capture filter.

Notes

  • Holding a filled net still falls through to vanilla behavior — you can finish a trade with a villager if you've forgotten the net is loaded.
  • The capture filter itself is unchanged: hostiles, bosses (Ender Dragon, Wither, Warden), and players remain blocked, and the #capturenet:cannot_capture / #capturenet:always_capturable datapack tags still apply.