FilteredNets is a Raft-Mod, that allows you to configure your item nets to only catch specific items
https://www.raftmodding.com/mods/filterednets
Use the Rotate-Key (default is R) on an item net to select a specific filter mode.
Supported filter modes:
- Default: Every item will be caught by the item net.
- Planks: Planks and floating barrels will be caught by the item net.
- Plastic: Plastic and floating barrels will be caught by the item net.
- Thatches: Thatches and floating barrels will be caught by the item net.
- Barrels: Only floating barrels will be caught by the item net.
This mod currently under development.
- Breaking Api Changes
- In some cases, the configuration file was corrupted due to bad file handling.
- In some cases, the GetLocalPlayer was used to early and resulted in an NullReferenceException
- Added a few null-checks
- Multiplayer Support