File Details
0.1.2+mc26.1.2
- R
- May 24, 2026
- 57.21 KB
- 37
- 26.1.2+2
- NeoForge
File Name
capturenet-neoforge-0.1.2.jar
Supported Versions
- 26.1.2
- 26.1.1
- 26.1
Curse Maven Snippet
# 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`.