Posted 30 January 2015 - 12:16 AM
hello i am trying to find out if it is possible to seach keywords from table data. in my case i am using a table to store name variable data from open peripherals in such a format
name.rawname.display name why you ask is becouse of items like mushroom that give that data as
tile.mushroom.red_mushroom.Mushroom. i need all three factors to match for the checks i have to work becouse of the overlap between nbt similer items.
so i want to run a check in the table for the item and have it tell me which line it is on instead of having each name in a seperate key that way the line number can be used to call the item into the system. instead of having to use the table name for each item as such Ingredients[1] equiling vines it would call the table tell me 1 and that number would go into the pull item slot any ideas
name.rawname.display name why you ask is becouse of items like mushroom that give that data as
tile.mushroom.red_mushroom.Mushroom. i need all three factors to match for the checks i have to work becouse of the overlap between nbt similer items.
so i want to run a check in the table for the item and have it tell me which line it is on instead of having each name in a seperate key that way the line number can be used to call the item into the system. instead of having to use the table name for each item as such Ingredients[1] equiling vines it would call the table tell me 1 and that number would go into the pull item slot any ideas