-- your code goes here local data_struct = { wood = "default:wood", stone = "default:stone", steel = "default:steel_ingot" } for k, v in pairs(data_struct) do if not k == "default:wood" then -- Do stuff end end