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.

Link to creating-a-recipeprimer

These are the only functions to be found in the class, they both return a new RecipePrimer Object.

ZenScript
Copy
//mods.modularmachinery.RecipeBuilder.newBuilder(String recipeRegistryName, String associatedMachineRegistryName, int processingTickTime);


//mods.modularmachinery.RecipeBuilder.newBuilder(String recipeRegistryName, String associatedMachineRegistryName, int processingTickTime, int sortingPriority);


ZenScript
Copy
var item = <item:minecraft:gold_ingot>;