View Single Post
03/15/17, 04:07 AM   #8
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
Originally Posted by Rhyono View Post
My intention was so that we no longer needed to keep lookup tables for recipes. So doing the reverse doesn't solve the problem, at least for me.
While that is true, it should still help you by making it easier to generate a lookup table.
Just iterate over all itemIds (start on the first recipe itemId as that will never change), generate a link, check if it is a recipe and if it is one, save the data into the table.