Translations:Modding:Creating Recipes/26/ru

From Vintage Story Wiki
Revision as of 15:18, 12 October 2020 by DArkHekRoMaNT (talk | contribs) (change separator (tab to comma))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
{
	ingredientPattern: "P,S,S",
	width: 1,
	height: 3,
	ingredients: {
		"P": { type: "item", code: "game:pickaxe-copper"},
		"S": { type: "item", code: "game:stick"}
	},
	output: { type: "item", code: "wand-pickaxe"}
}