Update main.lua

This commit is contained in:
PHIDIAS
2022-12-02 02:34:56 +09:00
parent 9b28586926
commit 7d2c85cda6

View File

@@ -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