Update main.lua

This commit is contained in:
PHIDIAS
2023-03-18 00:35:48 +09:00
parent 4f031ea61d
commit 977746cc2d

View File

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