mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 02:55:22 +09:00
.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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": "",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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'
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user