diff --git a/CessilCellsCeaChells.BBTester/CessilCellsCeaChells.BBTester.csproj b/CessilCellsCeaChells.BBTester/CessilCellsCeaChells.BBTester.csproj index 608406c..3854ed2 100644 --- a/CessilCellsCeaChells.BBTester/CessilCellsCeaChells.BBTester.csproj +++ b/CessilCellsCeaChells.BBTester/CessilCellsCeaChells.BBTester.csproj @@ -12,7 +12,7 @@ $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)'))=./ - Atomicrops + PotionCraft @@ -25,6 +25,7 @@ + diff --git a/CessilCellsCeaChells.BBTester/Games/PotionCraft.targets b/CessilCellsCeaChells.BBTester/Games/PotionCraft.targets new file mode 100644 index 0000000..0cfc050 --- /dev/null +++ b/CessilCellsCeaChells.BBTester/Games/PotionCraft.targets @@ -0,0 +1,8 @@ + + + PotionCraft + $(PCRAFT_GAMEFILES) + 2021.3.8 + PotionCraft.Scripts + + \ No newline at end of file diff --git a/CessilCellsCeaChells.BBTester/PluginSpecifics.cs b/CessilCellsCeaChells.BBTester/PluginSpecifics.cs index d94d406..22f94f2 100644 --- a/CessilCellsCeaChells.BBTester/PluginSpecifics.cs +++ b/CessilCellsCeaChells.BBTester/PluginSpecifics.cs @@ -28,6 +28,9 @@ #elif Atomicrops using TargetType = PlayerGunUtils; using TargetEnum = RelationshipStateEnums; +#elif PotionCraft +using TargetType = PotionCraft.Inventory; +using TargetEnum = PotionCraft.Inventory.Owner; #endif [assembly: RequiresField(typeof(TargetType), "BB_TestField", typeof(string))] diff --git a/Games.targets b/Games.targets index 5baf6b4..d11089a 100644 --- a/Games.targets +++ b/Games.targets @@ -9,5 +9,6 @@ $(STEAMAPPS)/Muck/ $(STEAMAPPS)/Enter The Gungeon/ $(STEAMAPPS)/Atomicrops/ + $(STEAMAPPS)/Potion Craft/ \ No newline at end of file diff --git a/README.md b/README.md index 8181546..89206e8 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,12 @@ The wiki contains a [Getting Started](https://github.com/wwwDayDream/CessilCells ### Version Compatability [BepInEx](https://github.com/BepInEx/BepInEx/) - v5.4.x -| | Current Thunderstore Communities | | -|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------:|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:| -| [![Content Warning](https://img.shields.io/thunderstore/v/www_Day_Dream/CessilCellsCeaChells?style=plastic&logo=thunderstore&color=%2332e01d&label=Content%20Warning&=f)](https://thunderstore.io/c/content-warning/p/www_Day_Dream/CessilCellsCeaChells/) | [![Muck](https://img.shields.io/thunderstore/v/www_Day_Dream/CessilCellsCeaChells?style=plastic&logo=thunderstore&color=%2336e0ff&label=Muck)](https://thunderstore.io/c/muck/p/www_Day_Dream/CessilCellsCeaChells/) | [![Atomicrops](https://img.shields.io/thunderstore/v/www_Day_Dream/CessilCellsCeaChells?style=plastic&logo=thunderstore&color=%23e49f31&label=Atomicrops)](https://thunderstore.io/c/atomicrops/p/www_Day_Dream/CessilCellsCeaChells/) | -| [![Enter The Gungeon](https://img.shields.io/thunderstore/v/www_Day_Dream/CessilCellsCeaChells?style=plastic&logo=thunderstore&color=%23ff4654&label=Enter%20The%20Gungeon)](https://thunderstore.io/c/enter-the-gungeon/p/www_Day_Dream/CessilCellsCeaChells/) | [![Mechanica](https://img.shields.io/thunderstore/v/www_Day_Dream/CessilCellsCeaChells?style=plastic&logo=thunderstore&color=%23232524&label=Mechanica)](https://thunderstore.io/c/mechanica/p/www_Day_Dream/CessilCellsCeaChells/) | [![Risk of Rain 2](https://img.shields.io/thunderstore/v/www_Day_Dream/CessilCellsCeaChells?style=plastic&logo=thunderstore&color=%2305379a&label=Risk%20of%20Rain%202)](https://thunderstore.io/package/www_Day_Dream/CessilCellsCeaChells/) | -| [![Dyson Sphere Program](https://img.shields.io/thunderstore/v/www_Day_Dream/CessilCellsCeaChells?style=plastic&logo=thunderstore&color=%23ecaa56&label=Dyson%20Sphere%20Program)](https://thunderstore.io/c/dyson-sphere-program/p/www_Day_Dream/CessilCellsCeaChells/) | [![Lethal Company](https://img.shields.io/thunderstore/v/www_Day_Dream/CessilCellsCeaChells?style=plastic&logo=thunderstore&color=%23b70704&label=Lethal%20Company)](https://thunderstore.io/c/lethal-company/p/www_Day_Dream/CessilCellsCeaChells/) | [![Last Train Outta' Wormtown](https://img.shields.io/thunderstore/v/www_Day_Dream/CessilCellsCeaChells?style=plastic&logo=thunderstore&color=%23b01b5b&label=Last%20Train%20Outta%27%20Wormtown)](https://thunderstore.io/c/last-train-outta-wormtown/p/www_Day_Dream/CessilCellsCeaChells/) | +| | Current Thunderstore Communities | | +|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:| +| [![Content Warning](https://img.shields.io/thunderstore/v/www_Day_Dream/CessilCellsCeaChells?style=plastic&logo=thunderstore&color=%2332e01d&label=Content%20Warning&=f)](https://thunderstore.io/c/content-warning/p/www_Day_Dream/CessilCellsCeaChells/) | [![Muck](https://img.shields.io/thunderstore/v/www_Day_Dream/CessilCellsCeaChells?style=plastic&logo=thunderstore&color=%2336e0ff&label=Muck)](https://thunderstore.io/c/muck/p/www_Day_Dream/CessilCellsCeaChells/) | [![Atomicrops](https://img.shields.io/thunderstore/v/www_Day_Dream/CessilCellsCeaChells?style=plastic&logo=thunderstore&color=%23e49f31&label=Atomicrops)](https://thunderstore.io/c/atomicrops/p/www_Day_Dream/CessilCellsCeaChells/) | +| [![Enter The Gungeon](https://img.shields.io/thunderstore/v/www_Day_Dream/CessilCellsCeaChells?style=plastic&logo=thunderstore&color=%23ff4654&label=Enter%20The%20Gungeon)](https://thunderstore.io/c/enter-the-gungeon/p/www_Day_Dream/CessilCellsCeaChells/) | [![Mechanica](https://img.shields.io/thunderstore/v/www_Day_Dream/CessilCellsCeaChells?style=plastic&logo=thunderstore&color=%23232524&label=Mechanica)](https://thunderstore.io/c/mechanica/p/www_Day_Dream/CessilCellsCeaChells/) | [![Risk of Rain 2](https://img.shields.io/thunderstore/v/www_Day_Dream/CessilCellsCeaChells?style=plastic&logo=thunderstore&color=%2305379a&label=Risk%20of%20Rain%202)](https://thunderstore.io/package/www_Day_Dream/CessilCellsCeaChells/) | +| [![Dyson Sphere Program](https://img.shields.io/thunderstore/v/www_Day_Dream/CessilCellsCeaChells?style=plastic&logo=thunderstore&color=%238a78eb&label=Dyson%20Sphere%20Program)](https://thunderstore.io/c/dyson-sphere-program/p/www_Day_Dream/CessilCellsCeaChells/) | [![Potion Craft](https://img.shields.io/thunderstore/v/www_Day_Dream/CessilCellsCeaChells?style=plastic&logo=thunderstore&color=%23946e44&label=Potion%20Craft)](https://thunderstore.io/c/potion-craft/p/www_Day_Dream/CessilCellsCeaChells/) | [![Last Train Outta' Wormtown](https://img.shields.io/thunderstore/v/www_Day_Dream/CessilCellsCeaChells?style=plastic&logo=thunderstore&color=%23b01b5b&label=Last%20Train%20Outta%27%20Wormtown)](https://thunderstore.io/c/last-train-outta-wormtown/p/www_Day_Dream/CessilCellsCeaChells/) | +| | [![Lethal Company](https://img.shields.io/thunderstore/v/www_Day_Dream/CessilCellsCeaChells?style=plastic&logo=thunderstore&color=%23b70704&label=Lethal%20Company)](https://thunderstore.io/c/lethal-company/p/www_Day_Dream/CessilCellsCeaChells/) | | ### Publishing To New Thunderstore Communities - Create an issue for the specific community \ No newline at end of file diff --git a/ts-assets/thunderstore.toml b/ts-assets/thunderstore.toml index e69d871..95dea02 100644 --- a/ts-assets/thunderstore.toml +++ b/ts-assets/thunderstore.toml @@ -32,5 +32,5 @@ target = "/BepInEx/patchers/CessilCellsCeaChells/" [publish] communities = [ "content-warning", "lethal-company", "riskofrain2", "dyson-sphere-program", "last-train-outta-wormtown", - "mechanica", "muck", "enter-the-gungeon", "atomicrops" ] + "mechanica", "muck", "enter-the-gungeon", "atomicrops", "potion-craft" ] categories = [ "libraries" ] \ No newline at end of file