All translations

From Vintage Story Wiki

Enter a message name below to show all available translations.

Message

Found one translation.

NameCurrent message text
 h English (en)=== Recipe Output ===
The recipe output determines what object this recipe will make. Add the final section of code to your file, below the '<nowiki/>''ingredients''' section.<syntaxhighlight lang="json">
"output": {
"type": "item",
"code": "simplewand"
}
}
</syntaxhighlight>You may notice that the '<nowiki/>''output''<nowiki/>' property is defined very similarly to an ingredient, using identical '<nowiki/>''type'<nowiki/>'' and '<nowiki/>''code'<nowiki/>'' properties inside of it. In this instance, to create the simplewand item, we fill in using the ''item'' type and ''simplewand'' code.