Found source in prototypes/recipe.lua
Changed it to mod and its how look final, but game telling me code is invalid. Could somebody correct it?
Code: Select all
data:extend(
{
{
type = "recipe",
name = "rail",
enabled = false,
ingredients =
{
{"stone", 2},
{"wood", 2},
{"steel-plate", 1}
},
result = "rail",
result_count = 2
},
end