debug.log warn: `Could not find crafting recipe for 1x connector_omni_directional`
Krutoy242 opened this issue ยท 3 comments
After one of the recent updates, i found this warnings in the debug.log
file:
[Client thread/WARN] [Integrated Dynamics]: Invalid appendix info_book.integrateddynamics.manual.parts.other from mod integrateddynamics in an infobook: Could not find crafting recipe for 1xparttype.parttypes.integrateddynamics.connector_omni_directional.name@32767::null with index 1
[Client thread/WARN] [Integrated Dynamics]: Invalid appendix info_book.integrateddynamics.manual.parts.other from mod integrateddynamics in an infobook: Could not find crafting recipe for 1xparttype.parttypes.integrateddynamics.connector_omni_directional.name@32767::null with index 2
What does this errors means? Is this related to recent Omnidirectional recipes changes? How I could fix that?
I think the best way to do this is to change the achievements so that they trigger when an item enters your inventory rather than on crafting, which fixes 2 things at the same time - this warning, and "crafting using Seq Fabs/Molecular Assemblers/etc will not grant the achievement". Alternatively, I can keep the crafting requirement and just change recipe parsing (in case the former sounds too disruptive)
The ID book gives the player rewards for getting certain achievements - for example, crafting an ODC. For that it searches the recipe registry to find all recipes that output ODC, and looks like it only checks vanilla-style recipes rather than the modified recipe. So yes, this is related to my changes, but is minor. I will fix this in 1.1.2 (stated to release early December, end of semester pain so can't do it earlier)