registerCraftingPastelStairBlock

fun registerCraftingPastelStairBlock(exporter: RecipeOutput, inputPastelBlock: ItemLike, outputPastelStairBlock: ItemLike)(source)

Registers a Shaped Crafting Recipe for Pastel Stair Block

Example:

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

Return

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