Update main.lua

This commit is contained in:
2023-03-20 23:41:46 +09:00
parent 8023440a39
commit 90b69f08b4

View File

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