This commit is contained in:
2024-12-23 14:29:04 +09:00
parent 1a0d8d1fc8
commit 927e673728
3 changed files with 13 additions and 6 deletions

View File

@@ -1,8 +1,15 @@
---------------------------------------------------------------------------------------------------
Version: 3.0.50
Date: 2024-12-22
Changes:
- [SA] Fixed the direction of thruster.
---------------------------------------------------------------------------------------------------
Version: 3.0.49
Date: 2024-12-14
Date: 2024-12-19
Features:
Changes:
- [CL] Some color for the settings.
---------------------------------------------------------------------------------------------------

View File

@@ -963,9 +963,9 @@ if settings.startup['PHI-SA'].value then
data.raw.recipe['atomic-bomb'].ingredients[3] = {type='item', name='uranium-235', amount=30}
table.insert(data.raw['thruster']['thruster'].fuel_fluid_box.pipe_connections, {flow_direction='input-output', direction=defines.direction.west, position={-1.5, 2}})
table.insert(data.raw['thruster']['thruster'].oxidizer_fluid_box.pipe_connections, {flow_direction='input-output', direction=defines.direction.west, position={1.5, 2}})
table.insert(data.raw['thruster']['thruster'].oxidizer_fluid_box.pipe_connections, {flow_direction='input-output', direction=defines.direction.east, position={1.5, 2}})
data.raw.roboport.roboport.charging_station_count_affected_by_quality = true
data.raw['roboport']['roboport'].charging_station_count_affected_by_quality = true
data.raw['roboport-equipment']['personal-roboport-equipment'].charging_station_count_affected_by_quality = true
data.raw.item['space-platform-foundation'].stack_size = 100

View File

@@ -1,8 +1,8 @@
{
"name": "PHI-CL",
"version": "3.0.49",
"version": "3.0.50",
"factorio_version": "2.0",
"date": "2024-12-19",
"date": "2024-12-22",
"title": "Phidias Collection",
"author": "PHIDIAS0303",
"contributers": "",