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)For this block, we are going to create two variant groups.<syntaxhighlight lang="json">
"variantgroups": [
{
"code": "type",
"states": [ "gold", "iron" ]
},
{
"code": "condition",
"states": [ "good", "used" ]
}
],
</syntaxhighlight>This example creates two variant groups - Named "''type''" and "''condition''". When you use more than one variant group, the game will create block codes using every permutation of those two groups.