registerCraftingPastelGlassPaneBlock

fun registerCraftingPastelGlassPaneBlock(exporter: RecipeOutput, inputPastelPowderItem: 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) {
registerCraftingPastelGlassPaneBlock(exporter, SofterPastelsItems.WHITE_POWDER, 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