Skip to content

Commit

Permalink
Update Code
Browse files Browse the repository at this point in the history
  • Loading branch information
Awbugl committed Nov 9, 2024
1 parent a1727b4 commit 77fb971
Show file tree
Hide file tree
Showing 7 changed files with 231 additions and 210 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
- v3.0.8
+ 调整了部分科技的研究需求、前置科技
+ 复合矩阵不再可被增产
+ 修复了物品拾取UI的错位问题

+ Adjusted research requirements and pre-requisite technologies for some technologies
+ Composite Matrix production can no longer be increased by proliferator
+ Fixed misalignment of item pickup UI

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


- v3.0.7
+ 调整了制造复合矩阵时的工作颜色(感谢karki)
+ 修复了研究非矩阵科技时的可能出现的报错问题
Expand All @@ -6,10 +19,6 @@
+ Fixed a bug that could occur when researching non-matrix technologies


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


- v3.0.6
+ 移除了黑雾掉落中的`齿轮`
+ 调整了部分科技的研究需求、前置科技
Expand Down
6 changes: 3 additions & 3 deletions data/recipes.json
Original file line number Diff line number Diff line change
Expand Up @@ -5451,7 +5451,7 @@
],
"Explicit": false,
"Handcraft": true,
"NonProductive": false
"NonProductive": true
},
{
"ID": 540,
Expand Down Expand Up @@ -5479,7 +5479,7 @@
],
"Explicit": false,
"Handcraft": true,
"NonProductive": false
"NonProductive": true
},
{
"ID": 541,
Expand Down Expand Up @@ -5563,7 +5563,7 @@
],
"Explicit": false,
"Handcraft": true,
"NonProductive": false
"NonProductive": true
},
{
"ID": 546,
Expand Down
Loading

0 comments on commit 77fb971

Please sign in to comment.