mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-31 12:11:40 +09:00
Update main.lua
This commit is contained in:
@@ -72,7 +72,7 @@ local function ER(source, tier)
|
|||||||
type = 'recipe',
|
type = 'recipe',
|
||||||
name = source .. '-mk' .. tier,
|
name = source .. '-mk' .. tier,
|
||||||
energy_required = 5,
|
energy_required = 5,
|
||||||
enabled = 'false',
|
enabled = false,
|
||||||
ingredients = {{na, 4}},
|
ingredients = {{na, 4}},
|
||||||
result = source .. '-mk' .. tier,
|
result = source .. '-mk' .. tier,
|
||||||
}})
|
}})
|
||||||
|
|||||||
Reference in New Issue
Block a user