I am trying to get a table together for my interactive sorter, something like
itemList = {
stone = {ID = 1, meta = nil, destination = "blocks",},
}
How can I get a full list of items from FTB 1.4.7 (mindcrack). NEIs dump thing doesnt give me metadata and the names it returns are often weird
Thanks!












