This commit is contained in:
2026-06-26 02:30:34 +09:00
parent 7d8afb3565
commit 3df79bbc0c
3 changed files with 18 additions and 11 deletions
+16 -9
View File
@@ -1,20 +1,27 @@
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 3.1.2 Version: 3.1.3
Date: 2026-07-05
Changes:
- [GM] Fixed incorrect recipe category in VP mode.
---------------------------------------------------------------------------------------------------
Version: 3.1.1
Date: 2026-07-05 Date: 2026-07-05
Changes: Changes:
- [GM] Generic Code layout restructure. - [GM] Generic Code layout restructure.
---------------------------------------------------------------------------------------------------
Version: 3.1.2
Date: 2026-06-28
Changes:
- [GM] Fixed incorrect recipe category in VP mode.
---------------------------------------------------------------------------------------------------
Version: 3.1.1
Date: 2026-06-28
Changes:
- [GM] Generic Code layout restructure.
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 3.1.0 Version: 3.1.0
Date: 2026-07-05 Date: 2026-06-28
Changes: Changes:
- [GM] A version bump for 2.1.0. - [GM] A version bump for 2.1.0.
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "PHI-CL", "name": "PHI-CL",
"version": "3.1.2", "version": "3.1.3",
"factorio_version": "2.1", "factorio_version": "2.1",
"date": "2026-07-05", "date": "2026-07-05",
"title": "Phidias Collection", "title": "Phidias Collection",
+1 -1
View File
@@ -156,7 +156,7 @@ data:extend({
default_value = '', default_value = '',
allowed_values = {'', 'SAP', 'VP'}, allowed_values = {'', 'SAP', 'VP'},
localised_name = {'phi-cl.setting-category-color', 'GM', {'phi-cl.enable'}, {'mod-setting-name.PHI-GM'}}, localised_name = {'phi-cl.setting-category-color', 'GM', {'phi-cl.enable'}, {'mod-setting-name.PHI-GM'}},
localised_description = {'', {'phi-cl.setting-change-color', '[GM] [50] A20 C23 H7\n[SAP] [31] A3 C28\n[VP] [628] A15 C243 H370'}}, localised_description = {'', {'phi-cl.setting-change-color', '[GM] [50] A20 C23 H7\n[SAP] [31] A3 C28\n[VP] [626] A15 C244 H367'}},
order = 'D00' order = 'D00'
}, { }, {
type = 'bool-setting', type = 'bool-setting',