Home Getting Started With Scripts Using this wiki Commands CTGUI Global functions Bracket Handlers

RecipeBuilder

The RecipeBuilder class only has one objective: Creating a new RecipePrimer Object for you.

Calling

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.

script.zs
//mods.modularmachinery.RecipeBuilder.newBuilder(String recipeRegistryName, String associatedMachineRegistryName, int processingTickTime);
//mods.modularmachinery.RecipeBuilder.newBuilder(String recipeRegistryName, String associatedMachineRegistryName, int processingTickTime, int sortingPriority);
script.zs
var item = <item:minecraft:gold_ingot>;