Skip to content

Commit 1ce5946

Browse files
committed
Update 3.2.2
1 parent 011468e commit 1ce5946

2 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
- v3.2.2
2+
+ 修复了量子储物箱直连发电设施时报错的问题
3+
+ 调整了氦三的堆叠数量
4+
+ 调整了部分文案
5+
+ 调整了部分图标
6+
+ 调整了部分指引
7+
8+
+ Fixed a bug related to Quantum Storage
9+
+ Adjusted the stack count of Helium-3
10+
+ Adjusted some text
11+
+ Adjusted some icons
12+
+ Adjusted some goals
13+
14+
<details>
15+
<summary>点击展开日志 | Click to view all </summary>
16+
117
- v3.2.1
218
+ 降低了`电浆激发器`的制造成本
319
+ 修复了快速开局模式下初始状态不正常的问题
@@ -9,8 +25,6 @@
925
+ Fixed incorrect statistics for collectors
1026
+ Fixed inability to select some recipes in the icon selection interface
1127

12-
<details>
13-
<summary>点击展开日志 | Click to view all </summary>
1428

1529
- v3.2.0 维护协议 | Maintenance Protocols 【不兼容3.1.x旧版本存档、测试版存档】
1630
+ 适配版本v0.10.34.28455

src/ProjectGenesis.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class ProjectGenesis : BaseUnityPlugin, IModCanSave, IMultiplayerModWithS
4848
{
4949
public const string MODGUID = "org.LoShin.GenesisBook";
5050
public const string MODNAME = "GenesisBook";
51-
public const string VERSION = "3.2.1";
51+
public const string VERSION = "3.2.2";
5252
public const string DEBUGVERSION = "";
5353

5454
public static bool LoadCompleted;

0 commit comments

Comments
 (0)