registerCraftingPastelPowderBlock

fun registerCraftingPastelPowderBlock(exporter: RecipeOutput, inputPastelPowderItem: ItemLike, outputPastelPowderBlock: ItemLike)(source)

Registers a Shapeless Crafting Recipe for Pastel Powder Block

Example:

class SofterPastelsRecipeProvider(output: FabricDataOutput) : FabricRecipeProvider(output) {
override fun buildRecipes(exporter: RecipeOutput) {
registerCraftingPastelPowderBlock(exporter, SofterPastelsItems.WHITE_POWDER, SofterPastelsBlocks.WHITE_PASTEL_POWDER_BLOCK)
}
}

Return

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