File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<details >
22<summary >View Changelog</summary >
33
4+ # 2.22.3
5+ - Fixed pelt names when a user goes to the trader with modded cards, Examples shown below.
6+ <img src =" https://github.com/user-attachments/assets/49b9da13-e602-4020-a560-40344e9ef6af " width =" 750 " >
7+ <img src =" https://github.com/user-attachments/assets/4b432cc9-a0f7-4d75-99b4-8951ba46705b " width =" 750 " >
8+ - Fixed index error when loading custom challenges
9+ - Publicised ConsumableItemData.SetPrefabModelType
10+
411# 2.22.2
512- Added GetEnergyConfig method to community patch's EnergyDrone class - retrieves the current Act's EnergyConfigInfo
613- CommunityPatches: Added community config to move pelt price tags to the right of the card
Original file line number Diff line number Diff line change 1010 <DebugType >full</DebugType >
1111 <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
1212 <EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild >
13- <Version >2.22.2 </Version >
13+ <Version >2.22.3 </Version >
1414 </PropertyGroup >
1515
1616 <PropertyGroup >
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public class InscryptionAPIPlugin : BaseUnityPlugin
3030{
3131 public const string ModGUID = "cyantist.inscryption.api" ;
3232 public const string ModName = "InscryptionAPI" ;
33- public const string ModVer = "2.22.2 " ;
33+ public const string ModVer = "2.22.3 " ;
3434
3535 public static string Directory = "" ;
3636
You can’t perform that action at this time.
0 commit comments