Skip to content

Commit 7bc82b6

Browse files
committed
Update 3.2.3
1 parent 2478407 commit 7bc82b6

2 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
- v3.2.3
2+
+ 修复了储液罐输出异常的问题
3+
+ 调整了护盾填充度的显示方案
4+
+ 调整了抽水站的基础速度
5+
+ 溢出机制细化,部分配方溢出判断调整为仅对某个产物进行溢出判断
6+
7+
+ Fixed an issue with abnormal fluid tank output
8+
+ Adjusted the shield fill level display scheme
9+
+ Modified the base speed of the water pumping station
10+
+ Refined the overflow mechanism; overflow checks for certain recipes now apply only to specific products
11+
12+
<details>
13+
<summary>点击展开日志 | Click to view all </summary>
14+
15+
116
- v3.2.2
217
+ 修复了量子储物箱直连发电设施时报错的问题
318
+ 调整了氦三的堆叠数量
@@ -11,8 +26,6 @@
1126
+ Adjusted some icons
1227
+ Adjusted some goals
1328

14-
<details>
15-
<summary>点击展开日志 | Click to view all </summary>
1629

1730
- v3.2.1
1831
+ 降低了`电浆激发器`的制造成本

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.2";
51+
public const string VERSION = "3.2.3";
5252
public const string DEBUGVERSION = "";
5353

5454
public static bool LoadCompleted;

0 commit comments

Comments
 (0)