Translations:Modding:Basic Item/15/es: Difference between revisions
From Vintage Story Wiki
(Created page with "For our wand, this means our file should look something like this: <syntaxhighlight lang="json"> { "item-wand": "Varita" } </syntaxhighlight>") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Para nuestra varita, esto significa que nuestro archivo debe ser algo como esto: | |||
<syntaxhighlight lang="json"> | <syntaxhighlight lang="json"> | ||
{ | { | ||
"item- | "item-varita": "Varita" | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> |
Latest revision as of 13:29, 19 June 2023
Para nuestra varita, esto significa que nuestro archivo debe ser algo como esto:
{
"item-varita": "Varita"
}