mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-01-01 12:41:39 +09:00
.
This commit is contained in:
@@ -793,7 +793,7 @@ if settings.startup['PHI-SA'].value then
|
||||
v.mass = 1
|
||||
|
||||
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
|
||||
|
||||
@@ -1159,8 +1159,7 @@ if settings.startup['PHI-SA'].value then
|
||||
energy_required = 5,
|
||||
enabled = false,
|
||||
category = 'crafting',
|
||||
ingredients =
|
||||
{
|
||||
ingredients = {
|
||||
{type = 'item', name = 'low-density-structure', amount = 100},
|
||||
{type = 'item', name = 'solar-panel', amount = 100},
|
||||
{type = 'item', name = 'accumulator', amount = 100},
|
||||
|
||||
Reference in New Issue
Block a user