diff --git a/PHI-EN/main.lua b/PHI-EN/main.lua index a0a2824..18e1f80 100644 --- a/PHI-EN/main.lua +++ b/PHI-EN/main.lua @@ -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,