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

From Vintage Story Wiki

Here is the full recipe for comparison:

simpleblockrecipe.json
{
	"ingredientPattern": "_H_,GGG,GGG",
	"width": 3,
	"height": 3,
	"ingredients": {
		"H": {
			"type": "item",
			"code": "game:hammer-*",
			"isTool": true
		},
		"G": {
			"type": "item",
			"code": "game:ingot-gold"
		}
	},
	"output": {
		"type": "block",
		"code": "simplegoldblock"
	}
}