Modding:Creating Recipes: Difference between revisions

From Vintage Story Wiki
no edit summary
No edit summary
No edit summary
Line 184: Line 184:
<syntaxhighlight lang="json">
<syntaxhighlight lang="json">
{
{
ingredientPattern: "S_S SSS S_S",
ingredientPattern: "S_S,SSS,S_S",
ingredients: {
ingredients: {
"S": { type: "item", code: "stick" }
"S": { type: "item", code: "stick" }
Line 194: Line 194:
},
},
{
{
ingredientPattern: "P_P PSP P_P",
ingredientPattern: "P_P,PSP,P_P",
ingredients: {
ingredients: {
"P": { type: "item", code: "plank-*" },
"P": { type: "item", code: "plank-*" },
Confirmedusers, Bureaucrats, editor, Administrators
1,778

edits