Cables now work in Recipes.
Added Ingredient Resolver Sets. Shrunk MC Chest Battery.
This commit is contained in:
@@ -539,7 +539,14 @@ public class RecipeHandler implements IRecipeHandler
|
||||
return gi.copy( qty );
|
||||
|
||||
data.knownItem.add( v );
|
||||
return new Ingredient( this, v, qty );
|
||||
try
|
||||
{
|
||||
return new Ingredient( this, v, qty );
|
||||
}
|
||||
catch (MissedIngredientSet grp)
|
||||
{
|
||||
return new IngredientSet( grp.rrs );
|
||||
}
|
||||
}
|
||||
|
||||
private boolean isNumber(String v)
|
||||
|
||||
Reference in New Issue
Block a user