//onCraftMatrixChanged(recipeOutputStack);
return false;
}
private void onRequestMaximumRecipeOutput( SlotClevercraft slot )
{
IRecipe irecipe = slot.getIRecipe();
if(irecipe == null)
return;
onRequestMaximumRecipeOutput(thePlayer, irecipe, theTile, slot.myIndex);
}