Skip to content

Commit 01c0820

Browse files
author
Awbugl
committed
Update 2.4.8
1 parent 6772f94 commit 01c0820

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
1+
- v2.4.8
2+
+ 添加 `Bottleneck` mod 兼容补丁
3+
+ 添加配置文件,允许设置`大气排污`科技是否出现在科技树中
4+
+ 修复了部分文案问题
5+
6+
+ Compatible with `Bottleneck` mod
7+
+ Add config file, allow to set whether Add `AtmosphericEmission` tech in tech tree
8+
+ Fix a typo
9+
10+
11+
<details>
12+
<summary>点击展开日志 | Click to view all </summary>
13+
114
- v2.4.7
215
+ 修复了未安装巨构MOD时的启动红字问题
316

417
+ Fix the problem when starting without MoreMegaStructure mod
518

6-
<details>
7-
<summary>点击展开日志 | Click to view all </summary>
819

920
- v2.4.6
1021
+ 大幅提高了电解水配方的耗电量

src/ProjectGenesis.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class ProjectGenesis : BaseUnityPlugin, IModCanSave, IMultiplayerModWithS
4444
{
4545
public const string MODGUID = "org.LoShin.GenesisBook";
4646
public const string MODNAME = "GenesisBook";
47-
public const string VERSION = "2.4.7";
47+
public const string VERSION = "2.4.8";
4848

4949
public string Version => VERSION;
5050

0 commit comments

Comments
 (0)