Modding:Textures: Difference between revisions

From Vintage Story Wiki
m
Add quotes to keys in json
(Marked this version for translation)
m (Add quotes to keys in json)
Line 68: Line 68:
<!--T:13-->
<!--T:13-->
<syntaxhighlight lang="json">
<syntaxhighlight lang="json">
textures: {
"textures": {
   "metal": {base: "path to metal texture" },
   "metal": {"base": "path to metal texture" },
   "wood": {base: "path to wood texture" }
   "wood": {"base": "path to wood texture" }
},
},
</syntaxhighlight>
</syntaxhighlight>
Confirmedusers
27

edits