

If you're a mod dev and there's one item you really hate for its interactions with a character (i.e. Eclipse Lite), but don't want to write auto-scrap code, use this mod's API.
If you're a player and really hate how one item interacts with a character, but don't want to blacklist it for every character, this is the mod for you.
Instructions should appear in the config file after first launch. Currently, it's recommended to use RiskOfOptions to configure the mod, but is not required.
Here's a quick guide:
SeedRare, for exampleThe config should be applied to your current run immediately, but won't apply to your current inventory at the moment.
For mod devs, add a dependency on ScrapMe, then modify the set returned by ScrapMe.plugin.GetDevBans(BodyIndex).
Don't worry about having to clean config when a broken item stops being broken, this API is separate from the user config, just remove the item ban and you'll be able to pick up the item as normal.
I'm not sure if there are ways in which items get added to inventories that sidestep the calls I've seen so far, so bring it up on the discord if it becomes an issue.
CharacterBody.name rather than name tokens.