Jump to content




Interactive Sorter, Item Table


  • You cannot reply to this topic
4 replies to this topic

#1 campicus

  • Members
  • 164 posts

Posted 15 November 2013 - 02:28 AM

Hey all,

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!

#2 Engineer

  • Members
  • 1,378 posts
  • LocationThe Netherlands

Posted 15 November 2013 - 02:06 PM

There is no list out there. Because you can change ID's yourself, it is not reliable.

Manually discover all the ID's and meta values.

#3 Cozzimoto

  • Members
  • 221 posts
  • LocationDallas, Tx

Posted 15 November 2013 - 02:30 PM

what i did was i made a separate computer to receive unknown data and for the user to input and to basically create a data base of known blocks and data types. if your interested in more detail on how i had it setup just let me know.

#4 campicus

  • Members
  • 164 posts

Posted 16 November 2013 - 08:08 AM

Yes I have thought of setting up an auto table, however I would have to manually input all the names. No thanks haha

Cheers for the help guys :)

#5 Cozzimoto

  • Members
  • 221 posts
  • LocationDallas, Tx

Posted 16 November 2013 - 10:33 AM

View Postcampicus, on 16 November 2013 - 08:08 AM, said:

-snip-

either way you would still have to put the item in at least once to save to a database, granted it is a pain at first but you get to a point where your system knows everything that comes in and send it to where-ever you want that particular item to go. i mainly used something like this for all my alvearies i had and the amount of items i was getting had got to be around 5 - 10 a second, with 30 alvearies with perfect queens in them





2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users