
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?