
You are viewing a potentially older version of this package. View Latest Version
ItemBlacklist
[v81] Deletes items picked up in the blacklist configItem 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.
This mod exists more as a bandaid fix for modpack makers that may run into issues with some items, particularly ones that cannot be removed as easily as just "removing from the scrap pool" or from the store, such as items that drop from enemies (Like the Cartidges in SellBodies), or the Oxyde Store Items in CodeRebirth.
Please note that as of v80, you will need either DawnLib or DestroyItemInSlotFix(https://thunderstore.io/c/lethal-company/p/JacobG5/DestroyItemInSlotFix/), since my mod uses DestroyItemInSlotAndSync which broke in v80, and both of these mods fix that issue!
Known Issues
- This mod doesn't prevent Blacklisted items from appearing, such as spawning in as scrap or being purchaseable from the store etc. as other mods handle that. It purely acts a last resort to delete the item when it is picked up.
Credits
- LethalNetworkAPI, for simplifying the process of doing networky stuff
- CSync, for syncing the configs to prevent clientsided cheating