MOD介绍
转载自RoboPhred Crucible is a modding framework for PotionCraft, providing resources for both BepInEx mods and code-free config driven mods. Now compatible with Potion Craft v2.0! Crucible is now compatible with Potion Craft v2.0! Crucible Mod Framework Crucible is a modding framework and plugin loader for PotionCraft. It contains both an API for BepInEx mod authors to access game features, and a mod loader that allows the customization of several aspects of the game without needing to use compiled code mods or BepInEx plugins. The latest version of Crucible can always be found on GitHub. Crucible Mod Packages Crucible provides a new method of creating mods that does not require dll compilation or game patching. These "Package mods" use configuration files and additional assets to tell the Crucible Framework what changes to make to the game. Currently, this format supports creating custom ingredients, including all associated art assets and behaviors. For more information on making package mods, see the project wiki . Support for custom potion bases and potion maps is in the works, with custom potion effects and customer requests to follow. BepInEx Modding API Crucible provides a modding api for B...

