andrewminer / crafting-guide

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

Add ability to represent probable outputs #183

Open andrewminer opened 8 years ago

andrewminer commented 8 years ago

PROBLEM:

May mods add recipes which only produce an output a small percentage of the time (e.g., Thermal Expansion's Pulverizer), but these recipes cannot be represented in Crafting Guide.

SOLUTION:

Update the file format to allow extras to have associated percentages, and further update the crafting algorithm to reflect these percentages when computing outputs of each crafting step.