registerCraftingPastelSlabBlock

fun registerCraftingPastelSlabBlock(exporter: RecipeOutput, inputPastelBlock: ItemLike, outputPastelSlabBlock: ItemLike)(source)

Registers a Shaped Crafting Recipe for Pastel Powder Block

Example:

class SofterPastelsRecipeProvider(output: FabricDataOutput) : FabricRecipeProvider(output) {
override fun buildRecipes(exporter: RecipeOutput) {
registerCraftingPastelSlabBlock(exporter, SofterPastelsBlocks.WHITE_PASTEL_BLOCK, SofterPastelsBlocks.WHITE_PASTEL_SLAB_BLOCK)
}
}

Return

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