Trader Service Fix 1.0.0

Please do not ask when mod authors will update their mods to 3.9.X
Bothering mod authors will lead to warnings and repeat offenses will lead to eventual bans.

Fixes clothing service for custom traders

This does nothing on its own and should not be installed by itself. If you have not been directed to this page from another mod. Do NOT install it.


Modders:


Do not include this in your trader mod. Link to this page.


- Create a json file inside of `Bepinex/Plugins/TraderServiceFix/Traders`

- The name of the json file MUST be the id of your trader.

- In order to enable the clothing service for your trader. use the following json inside of the previously created file.


Code
{
    "ClothingService": true
}


That's it.


Remember, do NOT include this in your mod.

DO include the json file you created at the correct path.