registerCraftingPastelCottonCandyItem

fun registerCraftingPastelCottonCandyItem(exporter: RecipeOutput, inputTaffyItem: ItemLike, outputCottonCandyItem: ItemLike)(source)

Registers a Shaped Crafting Recipe for Pastel Glass Pane Block

Example:

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

Return

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