Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
You are viewing a potentially older version of this package.
View all versions.
ItemBlacklist
[v73] Deletes items picked up in the blacklist config
| Date uploaded | 2 days ago |
| Version | 1.0.0 |
| Download link | ZetaArcade-ItemBlacklist-1.0.0.zip |
| Downloads | 6 |
| Dependency string | ZetaArcade-ItemBlacklist-1.0.0 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2305xilophor-LethalNetworkAPI
A library/API to allow developers to easily add networking to their mods.
Preferred version: 3.3.2README
Item Blacklist
Simply destroys item that are picked up if they are found in the mod config's blacklist. Fully networked, using the host's config.
Known Issues
- When deleted, the item still visually shows up in the slot, much like the Oxyde Tablet bug in CodeRebirth. This is purely visual, as picking up any other item will override the slot icon. I'm not quite sure how to fix this yet.
Credits
- LethalNetworkAPI, for simplifying the process of doing networky stuff
- CSync, for syncing the configs to prevent clientsided cheating
CHANGELOG
1.0.1
- Fixed icons staying in the HUD after the item is destroyed (hopefully!)
1.0.0
- Initial Release