Is it possible to change the way recipe/items are named within this mod? They are currently defined as "linox-recipe-xx" and "linox-item-xx", which makes it very difficult to handle with certain automated processes (such as Reverse Factory, which explicitly relies on items and recipes having the same name, in order to create reverse recipes).
While it is possible to get the item name from the recipe, it is not easily possible to get the recipe name from the item via automated processes, with this naming format. It is also non-standard, as most vanilla and modded items/recipes use the same name, unless they produce multiple products or are otherwise unique in the way they are processed, like oil/asteroid processing. For something as simple as a tungsten gear wheel, this item/recipe split in the name is unnecessary
As an alternative, you could instead simply use "linox-" as the prefix for both items and recipes, without losing the uniqueness factor.