What is it really used for?


A tool to help you find out where items and fluids come from and where they are used. This is a fork of the original 'What is it used for?' by Mr Doomah, updated for newer Factorio versions and with additional features. Russian translation by Schmarotzer. Japanese translation by shiru_tan.

Utilities
a month ago
0.15 - 2.1
39.5K

g remove recycler recipes

a month ago

I think it would be nice to have a checkbox in the settings that would remove recycler recipes from the search, as they simply clutter up the search.

a month ago
(updated a month ago)

There's already an option to not show hidden recipes, which will mean they don't appear. I don't know of a way to distinguish recycling recipes specifically from other hidden recipes; is hiding just the recycling recipes something you would want?

2 days ago

They all have a "recycling" category.

function add_recipe_to_list(recipe, table, player)
if recipe.category == "recycling" then
return false
end

New response