registerCraftingPastelLightBlock

fun registerCraftingPastelLightBlock(exporter: RecipeOutput, inputPastelPowderItem: ItemLike, outputPastelLightBlock: ItemLike)(source)

Registers a Shapeless Crafting Recipe for Pastel Light Block

Example:

class SofterPastelsRecipeProvider(output: FabricDataOutput) : FabricRecipeProvider(output) {
override fun buildRecipes(exporter: RecipeOutput) {
registerCraftingPastelLightBlock(exporter, SofterPastelsItems.WHITE_POWDER, SofterPastelsBlocks.WHITE_PASTEL_LIGHT_BLOCK)
}
}

Return

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