Shaped Recipes

 

This specifies a Shaped Recipe that can be crafted in a vanilla Crafting Table.

X means either a Recipe Character or “_” to represent an empty spot

If the recipe should produce multiple items – an amount can be specified after “*”

3×3 Shaped recipe

XXX
XXX => {stackref} [ * {number}]
XXX

2×2 Shaped recipe

XX
XX => {stackref} [ * {number}]
recipes {
    D = I:diamond
    S = B:stone

    _S_
    SDS => B:lapis_block * 2
    _S_
}

This will result in the following recipe:

shaped

 Posted by at 11:21 am