registerCraftingPastelFenceGateBlock

fun registerCraftingPastelFenceGateBlock(exporter: RecipeOutput, inputPastelBlock: ItemLike, outputPastelFenceGateBlock: ItemLike)(source)

Registers a Shaped Crafting Recipe for Pastel Fence Gate Block

Example:

class SofterPastelsRecipeProvider(output: FabricDataOutput) : FabricRecipeProvider(output) {
override fun buildRecipes(exporter: RecipeOutput) {
registerCraftingPastelFenceGateBlock(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 Fence Gate Block