Skip to content

Commit 77fb971

Browse files
committed
Update Code
1 parent a1727b4 commit 77fb971

File tree

7 files changed

+231
-210
lines changed

7 files changed

+231
-210
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
- v3.0.8
2+
+ 调整了部分科技的研究需求、前置科技
3+
+ 复合矩阵不再可被增产
4+
+ 修复了物品拾取UI的错位问题
5+
6+
+ Adjusted research requirements and pre-requisite technologies for some technologies
7+
+ Composite Matrix production can no longer be increased by proliferator
8+
+ Fixed misalignment of item pickup UI
9+
10+
<details>
11+
<summary>点击展开日志 | Click to view all </summary>
12+
13+
114
- v3.0.7
215
+ 调整了制造复合矩阵时的工作颜色(感谢karki)
316
+ 修复了研究非矩阵科技时的可能出现的报错问题
@@ -6,10 +19,6 @@
619
+ Fixed a bug that could occur when researching non-matrix technologies
720

821

9-
<details>
10-
<summary>点击展开日志 | Click to view all </summary>
11-
12-
1322
- v3.0.6
1423
+ 移除了黑雾掉落中的`齿轮`
1524
+ 调整了部分科技的研究需求、前置科技

data/recipes.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5451,7 +5451,7 @@
54515451
],
54525452
"Explicit": false,
54535453
"Handcraft": true,
5454-
"NonProductive": false
5454+
"NonProductive": true
54555455
},
54565456
{
54575457
"ID": 540,
@@ -5479,7 +5479,7 @@
54795479
],
54805480
"Explicit": false,
54815481
"Handcraft": true,
5482-
"NonProductive": false
5482+
"NonProductive": true
54835483
},
54845484
{
54855485
"ID": 541,
@@ -5563,7 +5563,7 @@
55635563
],
55645564
"Explicit": false,
55655565
"Handcraft": true,
5566-
"NonProductive": false
5566+
"NonProductive": true
55675567
},
55685568
{
55695569
"ID": 546,

0 commit comments

Comments
 (0)