registerPastelTaffyItem

fun registerPastelTaffyItem(exporter: RecipeOutput, inputPastelPowderItem: ItemLike, outputTaffyItem: ItemLike)(source)

Registers a Shapeless Crafting Recipe for Pastel Taffy

Example:

class SofterPastelsRecipeProvider(output: FabricDataOutput) : FabricRecipeProvider(output) {
override fun buildRecipes(exporter: RecipeOutput) {
registerPastelTaffyItem(exporter, SofterPastelsItems.WHITE_POWDER, SofterPastelsItems.WHITE_TAFFY)
}
}

Return

A JSON file provided by your Recipe Provider datagen that has the shapeless crafting recipe for making Pastel Taffy