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)Here is the full recipe for comparison:
{| class="wikitable mw-collapsible mw-collapsed"
|simpleblockrecipe.json
|-
|<syntaxhighlight lang="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"
}
}
</syntaxhighlight>
|}