Skip to content

ShapelessRecipe

This component is used to create an interface similar to the Crafting Table.

Source Code

Overview

md
<ShapelessRecipe
    :ingredients="['blaze_powder', 'gunpowder', 'coal']"
    output="fire_charge"
    :count="3"/>

Component options

PropDefaultDescription
ingredientsSpecifies ingredients in the recipe grid
outputSets the recipe's output.
count1The number of output items

See also

Not associated with or approved by Mojang Studios or Microsoft