File Details
0.1.3+mc26.1.2
- R
- May 28, 2026
- 57.84 KB
- 33
- 26.1.2+2
- NeoForge
File Name
capturenet-neoforge-0.1.3.jar
Supported Versions
- 26.1.2
- 26.1.1
- 26.1
Curse Maven Snippet
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_capturabledatapack tags still apply.