mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-31 20:21:40 +09:00
.
This commit is contained in:
@@ -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},
|
||||||
|
|||||||
Reference in New Issue
Block a user