This commit is contained in:
2025-02-26 19:29:44 +09:00
parent a9bc7791d6
commit 21790bcf78

View File

@@ -793,7 +793,7 @@ if settings.startup['PHI-SA'].value then
v.mass = 1 v.mass = 1
for _, v2 in pairs(v.resistances) do for _, v2 in pairs(v.resistances) do
v2.percent = (v2.percent > 98 and v2.percent = 98) or v2.percent v2.percent = (v2.percent > 98 and 98) or v2.percent
end end
end end
@@ -1159,8 +1159,7 @@ if settings.startup['PHI-SA'].value then
energy_required = 5, energy_required = 5,
enabled = false, enabled = false,
category = 'crafting', category = 'crafting',
ingredients = ingredients = {
{
{type = 'item', name = 'low-density-structure', amount = 100}, {type = 'item', name = 'low-density-structure', amount = 100},
{type = 'item', name = 'solar-panel', amount = 100}, {type = 'item', name = 'solar-panel', amount = 100},
{type = 'item', name = 'accumulator', amount = 100}, {type = 'item', name = 'accumulator', amount = 100},