RecipeBuilder
The RecipeBuilder class only has one objective: Creating a new RecipePrimer Object for you.
You can call the Brew package using mods.modularmachinery.RecipeBuilder
Creating a RecipePrimer.
These are the only functions to be found in the class, they both return a new RecipePrimer Object.
ZenScript
//mods.modularmachinery.RecipeBuilder.newBuilder(String recipeRegistryName, String associatedMachineRegistryName, int processingTickTime);
//mods.modularmachinery.RecipeBuilder.newBuilder(String recipeRegistryName, String associatedMachineRegistryName, int processingTickTime, int sortingPriority);