Code: Select all
data:extend({
{
type = "recipe",
name = "chestR",
enabled = "false",
ingredients =
{
{"wood",40},
{"steel-plate",40},
},
result = "chest"
},
{
type = "recipe",
name = "saltR",
enabled = "true",
ingredients =
{
{"electronic-circuit",},
{"stone-brick",100},
{"battery",100}
},
result = "salt_tool"
},
})
Can you explain to me what is wrong in the code pleaseError while loading recipe prototype "saltR" (recipe): no such node (name)
Modifications : Chest