registerCraftingPastelWoolBlockV

fun registerCraftingPastelWoolBlockV(exporter: RecipeOutput, inputPastelPowderItem: ItemLike, outputPastelWoolBlock: ItemLike)(source)

Registers a Shapeless Crafting Recipe for Pastel Wool Block with Vanilla White Wool

Example:

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

Return

A JSON file provided by your Recipe Provider datagen that has the shapeless crafting recipe for making Pastel Wool Block using Vanilla White Wool