registerCraftingPastelCarpetBlock

fun registerCraftingPastelCarpetBlock(exporter: RecipeOutput, inputPastelWoolBlock: ItemLike, outputPastelCarpetBlock: ItemLike)(source)

Registers a Shaped Crafting Recipe for Pastel Carpet Block

Example:

class SofterPastelsRecipeProvider(output: FabricDataOutput) : FabricRecipeProvider(output) {
override fun buildRecipes(exporter: RecipeOutput) {
registerCraftingPastelCarpetBlock(exporter, SofterPastelsBlocks.WHITE_PASTEL_WOOL_BLOCK, SofterPastelsBlocks.WHITE_PASTEL_CARPET_BLOCK)
}
}

Return

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