Factorio version: Version: 1.1.74 (build 60256 linux64)
Mod list:
Dragon Industries - Nauvis Division version 1.152.1
Early Extensions version 1.152.1
Problem
install Dragon Industries and Early Extensions. Start game and error message shows
Error while running setup for recipe prototype "offshore-pump" (recipe): Duplicate item ingredients are not allowed (iron-gear-wheel exists 2 or more times).
possible cause & solution
in recipe.lua, function addIngredientToList, line 188, match condition never meets if type(item) == "table". Change to parse.name == name could solve the problem.
versions
Factorio version: Version: 1.1.74 (build 60256 linux64)
Mod list:
Problem
install Dragon Industries and Early Extensions. Start game and error message shows
possible cause & solution
in recipe.lua, function
addIngredientToList
, line 188, match condition never meets iftype(item) == "table"
. Change toparse.name == name
could solve the problem.