My Problem: I am making a program that has a list of Items it keeps and a list of items it throws away in mining, Said list is a whole other file name trashlist. I would like it to be formatted like this
{
"Gravel",
"CobbleStone",
"Dirt",
"Every other useless block you could mine in minecraft in the search for diamonds!"
}
i need to know how to make the code be able to read the very long list of contents in this table without there being a set limit to items. and how to i compare if the selected Item is on the trashlist. I am using turtle.getDetail()
Thanks in advance












