andrewminer / crafting-guide

The ultimate step-by-step guide to make anything in Minecraft
http://crafting-guide.com
66 stars 192 forks source link

Allow recipes which accept a variety of inputs #184

Open andrewminer opened 8 years ago

andrewminer commented 8 years ago

PROBLEM:

Some recipes (e.g., a chest) can be made with a variety of items (i.e., any kind of wood planks) in any combination, but crafting guide doesn't acknowledge this. While, in some cases, it doesn't make much difference, in other cases it does (e.g., using Nether Quartz vs. Certus Quartz for AE2 recipes).

SOLUTION:

It should be possible to define a group of items which can all be considered equivalent in some capacity. Recipes should be able to specify these groups as inputs in addition to regular items. Whenever that input is shown in the UI (e.g., in an inventory list or crafting grid), the UI should reflect the fact that multiple options are available.