This commit is contained in:
2025-10-06 23:50:37 +09:00
parent 354f1059cc
commit 5355782184
4 changed files with 11 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
---------------------------------------------------------------------------------------------------
Version: 3.0.129
Date: 2025-10-19
Changes:
- [GM] Added some code for the spaceship game mode.
---------------------------------------------------------------------------------------------------
Version: 3.0.128
Date: 2025-10-12

View File

@@ -1,8 +1,8 @@
{
"name": "PHI-CL",
"version": "3.0.128",
"version": "3.0.129",
"factorio_version": "2.0",
"date": "2025-10-12",
"date": "2025-10-19",
"title": "Phidias Collection",
"author": "PHIDIAS0303",
"contributers": "",

View File

@@ -115,6 +115,7 @@ PHI-CT-TILE-CHOICE=Map generation tile choice
[string-mod-setting]
PHI-GM-SAP=[color=54,228,255]SAP[/color] Space Age Plus
PHI-GM-SS=[color=54,228,255]VP[/color] Space Ship
PHI-GM-VP=[color=54,228,255]VP[/color] Vanilla Plus
PHI-CT-TILE-CHOICE-landfill=[tile=landfill] Landfill
PHI-CT-TILE-CHOICE-stone-path=[tile=stone-path] Stone Path

View File

@@ -191,7 +191,7 @@ data:extend({
setting_type = 'startup',
allow_blank = true,
default_value = '',
allowed_values = {'', 'SAP', 'VP'},
allowed_values = {'', 'SAP', 'SS', 'VP'},
localised_name = {'phi-cl.setting-category-color', {'mod-setting-name-prefix.PHI-GM'}, {'phi-cl.enable', {'mod-setting-name.PHI-GM'}}},
order = 'D00'
}, {