All translations

From Vintage Story Wiki

Enter a message name below to show all available translations.

Message

Found 3 translations.

NameCurrent message text
 h English (en)Now we need to change a few things in our json file. We can add all kinds of different groups, but for now we keep it simple. We are adding a [[Modding:Registry_Object_JSON_Parsing|variant group]] called <code>type</code>, with the states <code>gold</code> and <code>iron</code>. You can use any group code you want.
<syntaxhighlight lang="json">
"variantgroups": [
{ "code": "type", "states": ["gold", "iron"] }
],
</syntaxhighlight>
 h Spanish (es)Ahora tenemos que cambiar algunas cosas en nuestro archivo json. Podemos añadir todo tipo de grupos diferentes, pero por ahora lo mantendremos simple. Vamos a añadir un grupo llamado <code>type</code>, con los estados <code>oro</code> y <code>hierro</code>. Puedes usar el código de grupo que quieras.
<syntaxhighlight lang="json">
"variantgroups": [
{ "code": "type", "states": ["oro", "hierro"] }
],
</syntaxhighlight>
 h Russian (ru)Теперь нам нужно изменить несколько вещей в нашем файле JSON. Мы можем добавлять все виды различных [[Modding:Registry_Object_JSON_Parsing/ru|групп]], но пока мы сохраняем это простым. Мы добавляем группу под названием <code>type</code>, с состояниями <code>gold</code> и <code>iron</code>. Вы можете использовать любой код группы, который вы хотите.
<syntaxhighlight lang="json">
"variantgroups": [
{ "code": "type", "states": ["gold", "iron"] }
],
</syntaxhighlight>