Modding:Textures: Difference between revisions

From Vintage Story Wiki
m
Add quotes to keys in json
m (Add quotes to keys in json)
m (Add quotes to keys in json)
Line 162: Line 162:
<!--T:34-->
<!--T:34-->
<syntaxhighlight lang="json">
<syntaxhighlight lang="json">
texture: { base: "entity/wolf/wolf1", alternates: [ { base: "entity/wolf/wolf2" }, { base: "entity/wolf/wolf2" }, {...} ] }
"texture": { "base": "entity/wolf/wolf1", "alternates": [ { "base": "entity/wolf/wolf2" }, { "base": "entity/wolf/wolf2" }, {...} ] }
</syntaxhighlight>
</syntaxhighlight>
Each successive alternative should be numbered (starting with 1).  
Each successive alternative should be numbered (starting with 1).  
Confirmedusers
27

edits