Commit a5794fe
authored
Carry Chests 1.2.1 (#11)
* Bump version to 1.2.1 and enhance mod functionality
Updated the version number in `CarryChests.csproj` to `1.2.1`.
Changed `ModConfig` to a sealed class and added a `GetSummary()` method.
Modified the `Entry` method in `ModEntry` to handle configuration changes.
Improved button press handling in `OnButtonPressed` for better user experience.
Refined chest menu display logic and added new patches for `SObject` location handling.
Updated commit hash for the FauxCore subproject.
* Update subproject to new commit version
Updated the subproject commit from `123fb98f960c40b74eef46543c1258b26ee5aade` to `708006982a2c373ead6db808867083d4bc16b194`, integrating the latest changes and improvements.1 parent ab7866b commit a5794fe
File tree
5 files changed
+57
-14
lines changed- CarryChests
- Services
5 files changed
+57
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
86 | 89 | | |
87 | 90 | | |
88 | 91 | | |
| |||
91 | 94 | | |
92 | 95 | | |
93 | 96 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
| 97 | + | |
100 | 98 | | |
101 | 99 | | |
102 | 100 | | |
| |||
129 | 127 | | |
130 | 128 | | |
131 | 129 | | |
132 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
133 | 143 | | |
134 | | - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
135 | 164 | | |
136 | 165 | | |
137 | 166 | | |
138 | 167 | | |
139 | 168 | | |
140 | | - | |
141 | | - | |
| 169 | + | |
| 170 | + | |
142 | 171 | | |
143 | 172 | | |
144 | 173 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
| |||
190 | 194 | | |
191 | 195 | | |
192 | 196 | | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
193 | 206 | | |
- FauxCommon/FauxCommon.projitems+25-33
- FauxCommon/Integrations/ColorfulChests/ColorfulChestsIntegration.cs+1-1
- FauxCommon/Integrations/ColorfulChests/IColorfulChestsApi.cs+6
- FauxCommon/Integrations/CustomBush/CustomBushIntegration.cs+1-1
- FauxCommon/Integrations/CustomBush/ICustomBushApi.cs+24-5
- FauxCommon/Integrations/IconicFramework/IIconicFrameworkApi.cs+36
- FauxCommon/Utilities/Log.cs+2-1
- FauxCore.sln.DotSettings+33-30
0 commit comments