YouMod Recipe - Tutorial and Example how to mod Recipes


Edit these recipe files with a software like Notepad++ and create your own mod with modified recipes. See Mod Portal - YouMod Recipe for tutorial.

5 years ago
0.16 - 0.17
196

g What am I doing wrong?

5 years ago

I've edited the module.lua file to change the recipe cost. Changed the enabled tag to true and enabled the mod in factorio but it's having no effect?

What am I doing wrong?

5 years ago

Hello Daz3,

It supposed to run, when it puts enabled = true the item must be from the beginning in the game. The mod was enabled? How was the item?

something like that?
{
type = "recipe",
name = "speed-module",
enabled = true,
ingredients =
{
{"advanced-circuit", 5},
{"electronic-circuit", 5}
},
energy_required = 15,
result = "speed-module"
},

5 years ago

Thank you for the information; I changed the 'true' tag back to false and put the mod back into a zipped folder, now working fine. Thank you. I though the 'false' meant the recipe change was disabled.

New response