Update main.lua

This commit is contained in:
PHIDIAS
2023-03-18 00:35:50 +09:00
parent 977746cc2d
commit 83c0439efc

View File

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