registerCraftingPastelFenceBlock

fun registerCraftingPastelFenceBlock(exporter: RecipeOutput, inputPastelBlock: ItemLike, outputPastelFenceBlock: ItemLike)(source)

Registers a Shaped Crafting Recipe for Pastel Fence Block

Example:

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

Return

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