About this mod
Removes mod added items from the world (vendor inventories, chests, everywhere EXCEPT the Tutorial Chest).
- Permissions and credits
If you want a mod to add items to vendors, chests, etc (wherever the mod normally places them) then load that mod after this one.
DOES NOT INCLUDE THE TUTORIAL CHEST.
1. Why all treasure tables and not just vendors?
Because I've come across mods that add items to chests, baskets, etc. I've even seen a mod that replaced the vanilla treasure tables for dyes. There is no way to know for sure where a mod might place things, so this makes sure everything is covered.
2. What if I want my mod added items back?
Move the mod below this one in your load order, then long rest or level up (for vendors). For chests, baskets, etc., it will only affect those that have not yet spawed in the world.
3. How did you do it?
I copied all items from SharedDev and GustavDev treasure tables. Then I found those that had AppendNotOverride set to Yes. I then found those treasure tables in Shared (for SharedDev appended items) and Gustav (for GustavDev appended items) and merged them and cleared the Yes from AppendNotOverride. Then I copied the items from SharedDev and GustavDev and removed those that I had already merged. I know, clear as mud. But clearing out AppendNotOverride restores all treasure tables to vanilla if a mod had modified it to append items. If you have seen these outside of the tool kit it would have been CanMerge 1.