Hello! Thanks for building in mod support. By request, I am trying to add support for this to Titanium, Lead and Tin (and some of my other mods as I update them).
One issue I ran into was support for the main_product
. Since this mod will remove items from the results list, recipes can run into the error "Recipe has invalid main product <item-name>. The product does not exist in the recipe product list." I think swapping out the main_product
for the hot version when changing recipes should take care of this. Something like recipe.main_product = hotItem.name
I think?