registerCraftingPastelGlassBlock

fun registerCraftingPastelGlassBlock(exporter: RecipeOutput, inputPastelPowderItem: ItemLike, outputPastelGlassBlock: ItemLike)(source)

Registers a Shaped Crafting Recipe for Pastel Glass Block

Example:

class SofterPastelsRecipeProvider(output: FabricDataOutput) : FabricRecipeProvider(output) {
override fun buildRecipes(exporter: RecipeOutput) {
registerCraftingPastelGlassBlock(exporter, SofterPastelsItems.WHITE_POWDER, GlassBlocks.WHITE_GLASS_ITEM)
}
}

Return

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