registerCraftingPastelWallBlock

fun registerCraftingPastelWallBlock(exporter: RecipeOutput, inputPastelBlock: ItemLike, outputPastelWallBlock: ItemLike)(source)

Registers a Shaped Crafting Recipe for Pastel Wall Block

Example:

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

Return

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