registerCraftingPastelGlassPaneRectangleBlock

fun registerCraftingPastelGlassPaneRectangleBlock(exporter: RecipeOutput, inputPastelGlassBlockItem: ItemLike, outputPastelGlassPaneBlock: ItemLike)(source)

Registers a Shaped Crafting Recipe for Pastel Glass Pane Block

Example:

class SofterPastelsRecipeProvider(output: FabricDataOutput) : FabricRecipeProvider(output) {
override fun buildRecipes(exporter: RecipeOutput) {
registerCraftingPastelGlassPaneRectangleBlock(exporter, GlassBlocks.WHITE_GLASS_ITEM, GlassBlocks.WHITE_GLASS_PANE_ITEM)
}
}

Return

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