[solved] Error in AssignID...
Posted: Fri Aug 12, 2016 4:28 pm
Anyone know how to track down the source of this error (specifically, which file it happens in)?

I've got techs that enable a bunch of recipes, and the recipes result in various items.
One of the recipes radio-wire-pack (1 red + 1 green = wire-pack) is used by several other recipes, which are all defined after the radio-wire-pack recipe. There's also a radio-wire-pack item defined in my items.lua. The items.lua is loaded after the recipes.lua which is loaded after the techs.lua.
Does the item need defining before any recipes that use it?

I've got techs that enable a bunch of recipes, and the recipes result in various items.
One of the recipes radio-wire-pack (1 red + 1 green = wire-pack) is used by several other recipes, which are all defined after the radio-wire-pack recipe. There's also a radio-wire-pack item defined in my items.lua. The items.lua is loaded after the recipes.lua which is loaded after the techs.lua.
Does the item need defining before any recipes that use it?