


Crucible is a modding framework for PotionCraft, with the following features
Out of the box, Crucible provides support for creating code-free PotionCraft mods for:
Additionally, Crucible provides an API for other BepInEx mods that provides:
This is the recommended way to install Crucible Modding Framework.
Note: If you are installing a Crucible dependent mod use the installation instructions provided by that mod. When installing from Thunderstore Crucible will be automatically downloaded if it is included as a dependency.
If you are installing this manually, do the following:
If you are not sure where your Potion Craft steam directory is you can find out by opening steam, going to your library, and right clicking on Potion Craft > Properties > Local Files > Browse.
winhttp.dll file and BepInEx folder alongside your Potion Craft.exeCrucible driectory at Potion Craft/BepInEx/pluginsCrucible Package mods are collections of assets and config files that allow mods to be created for PotionCraft without resorting to reverse engineering or compiling custom code. Anyone who can put together art assets can use Crucible Packages to create mods for the game.
Some benefits of using Crucible Packages:
See Creating Crucible Packages
See Using Thunderstore with Crucible Package Mods
Modders wishing to take advantage of Crucible's GameAPI should take a BepInEx dependency on Crucible and reference the Crucible.GameAPI dll.
Note: While it is possible to include the Crucible.GameAPI dll with your mod download, doing so puts you at great risk for causing conflicts with other mods, including Crucible itself. While Crucible.GameAPI takes great care to remain maximally compatible with other mods, certain features may not function properly if duplicated across multiple mods. Storing custom data on save files and injecting custom sprite atlases are particularly fragile, and distributing your own copy of Crucible.GameAPI may break this functionality in the presense of Crucible Core or other mods that also redistribute Crucible.GameAPI.
See this guide for installing Potion Craft mods on the Steam Deck