From dc63c59be7eadb612ca9d012bec7b14048786d04 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Sun, 16 Mar 2025 00:57:52 +0900 Subject: [PATCH] . --- PHI-CL/data.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHI-CL/data.lua b/PHI-CL/data.lua index 79dcafb..f26bd5a 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -414,7 +414,7 @@ if mods['space-age'] and ((settings.startup['PHI-SA'].value and settings.startup 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.east, position = {1.5, 2}}) - data.raw['cargo-wagon']['cargo-wagon'].inventory_size = 96 + data.raw['cargo-wagon']['cargo-wagon'].inventory_size = 80 for _, v in pairs(data.raw['cargo-wagon']) do v.quality_affects_inventory_size = true