Allow all ingedients of recipes into the cauldron

This commit is contained in:
Sn0wStorm
2015-03-16 16:31:45 +01:00
parent b8e0f1f38b
commit 82837e1977
3 changed files with 25 additions and 3 deletions
+1
View File
@@ -72,6 +72,7 @@ public class BRecipe {
if (mat != null) {
ItemStack stack = new ItemStack(mat, P.p.parseInt(ingredParts[1]), durability);
this.ingredients.add(stack);
BIngredients.possibleIngredients.add(mat);
} else {
P.p.errorLog("Unknown Material: " + ingredParts[0]);
this.ingredients = null;