


API for CloverPit
You can find the Clover API on Thunderstore:
Just search for "CloverAPI" in one of these mod managers and install it like any other mod:
Download the latest release from Thunderstore or GitHub and place the DLL in your BepInEx/plugins folder like any other mod.
The API doesn't do anything on its own, so you'll need to install mods that use it to see any effect.
If you're a mod developer looking to use CloverAPI, here are some resources to help you get started:
The API is currently in beta. Breaking changes may happen, but we'll try to keep them to a minimum.
Game updates may also break the API. We'll fix it as soon as we can, but please be patient.
It's recommended to add the API as a dependency for all mods, even if you don't use it directly. The API includes various features that are important for modding, like the save file compatibility layer and showing that mods are installed on the screen. The developers requested to show whether mods are installed to prevent cheating and confusion. Please respect this request.
The APIs distribution contains Newtonsoft JSON. Please do not include it in your mod as well, as it may cause conflicts. Of course, you can still use it in your mod, just don't include it in the distribution.