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

From Vintage Story Wiki

Recipe Pattern

Firstly, define the recipe pattern inside your json file.

{
	"ingredientPattern": "_H_,GGG,GGG",
	"width": 3,
	"height": 3,

The properties here are the same as the previous recipe, however you are now using the grid to its maximum capacity.