Update main.lua

This commit is contained in:
2023-03-20 23:41:44 +09:00
parent b125abaec3
commit 8023440a39

View File

@@ -71,7 +71,7 @@ local function ER(source, tier)
data:extend({{
type = 'recipe',
name = source .. '-mk' .. tier,
energy_required = 5,
energy_required = 2,
enabled = false,
ingredients = {{na, 4}},
result = source .. '-mk' .. tier,