Translations:Modding:Content Tutorial Simple Recipe/24/en

From Vintage Story Wiki

Recipe Pattern

To begin, you need to define the recipe pattern inside your json file.

{
	"ingredientPattern": "Q,S,S",
	"width": 1,
	"height": 3,

These three properties will define the pattern and shape of our recipe.