Skip to content

SmeltingRecipe

This component is used to create an interface similar to the Furnace.

Source Code

Overview

md
<SmeltingRecipe
    input="sand"
    :input_count="17"
    output="glass"
    :output_count="2"
    fuel="coal"
    :fuel_count="3"/>

Component options

PropDefaultDescription
inputSpecifies the input ingredient
input_count1The number of input items
fuelSpecifies the fuel ingredient
fuel_count1The number of fuel items
outputSets the recipe's output.
output_count1The number of output items

Not associated with or approved by Mojang Studios or Microsoft