mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
Update main.lua
This commit is contained in:
@@ -176,7 +176,7 @@ local function ET(tier)
|
|||||||
type = "technology",
|
type = "technology",
|
||||||
name = "compound-equipment-energy-" .. (tier - 1),
|
name = "compound-equipment-energy-" .. (tier - 1),
|
||||||
icon_size = 256,
|
icon_size = 256,
|
||||||
icon = graphics_location .. "solar-energy" .. "-t.png",
|
icon = graphics_location .. "solar-panel-equipment-t.png",
|
||||||
effects = {
|
effects = {
|
||||||
{
|
{
|
||||||
type = "unlock-recipe",
|
type = "unlock-recipe",
|
||||||
@@ -196,7 +196,7 @@ local function ET(tier)
|
|||||||
},
|
},
|
||||||
time = 10 * (tier - 1)
|
time = 10 * (tier - 1)
|
||||||
},
|
},
|
||||||
order = "a-h-" .. alpha_order[tier + 1]
|
order = "g-e-" .. alpha_order[tier + 1]
|
||||||
}})
|
}})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user