[Fixed] Little problem with recipe
Posted: Wed Mar 30, 2016 11:35 pm
I am working on a mod and well it keeps giving me this error
![Image](https://forums.factorio.com/images/ext/37839a2523e734e9cc8e76489e2b8464.png)
This is my code between line 42 and line 54 (Not fixed) at those precise line. I went through it over and over. I seriously don't see where the problem is...
Can someone help me?
![Image](https://forums.factorio.com/images/ext/37839a2523e734e9cc8e76489e2b8464.png)
Code: Select all
{
type = "recipe",
name = "bronze-mix",
category = "advanced-crafting",
energy_required = 4,
ingredients =
{
{ "copper-powder", 4},
{ "tin-powder", 1}
},
result = "bronze-mix"
result_count = 5
},
Can someone help me?