Modding:Textures: Difference between revisions

From Vintage Story Wiki
Line 134: Line 134:




<code>texture: { base: "entity/wolf/wolf1", alternates: [ { base: "entity/wolf/wolf2" }, { base: "entity/wolf/wolf2" }, {...} ] }</code>
<syntaxhighlight lang="json">
 
texture: { base: "entity/wolf/wolf1", alternates: [ { base: "entity/wolf/wolf2" }, { base: "entity/wolf/wolf2" }, {...} ] }
</syntaxhighlight>
Each successive alternative should be numbered (starting with 1).  
Each successive alternative should be numbered (starting with 1).  


{{Navbox/modding|Vintage Story}}
{{Navbox/modding|Vintage Story}}
219

edits