Help with recipe
Posted: Mon Apr 18, 2022 11:20 am
Trying change recipe for rails
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?
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