Shapeless Recipes

 

This specifies a Shapeless 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 “*”

Syntax

shapeless: {characters} => {stackref} [ * {number} ]
recipes {
    D = I:diamond
    S = B:stone
    
    shapeless: DSSSS => B:lapis_block * 2
}

This will result in the following recipe:

shapeless

 Posted by at 11:27 am