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.2+mc26.1.2

  • R
  • May 24, 2026
  • 57.01 KB
  • 72
  • 26.1.2+2
  • Fabric

File Name

capturenet-fabric-0.1.2.jar

Supported Versions

  • 26.1.2
  • 26.1.1
  • 26.1

Curse Maven Snippet

Fabric

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

Learn more about Curse Maven

# v0.1.2 ## Added - **Filled-state texture.** The net now shows a blue-tinted sprite when carrying a captured entity, in addition to the existing glint shimmer. The visual cue now reads clearly in 2D hotbar slots — not just in the 3D held-item view. - Item model dispatches between the empty and filled textures via the `minecraft:has_components` predicate on `capturenet:captured_entity`. ## Internal - New `tools/gen_capture_net_filled_texture.py` derives the filled sprite by tinting the empty sprite's white/gray pixels toward soft blue. The brown handle and dark outline are left untouched. Tunable via `TINT_COLOR` and `TINT_BLEND`.