Translations:Modding:Basic Block/45/ru: Difference between revisions

From Vintage Story Wiki
no edit summary
(Created page with "<syntaxhighlight lang="json"> textures: { all: { base: "block/my{type}texture", alternates: [{base: "block/my{type}texture1" }, {base: "block/my{type}texture2" }, {b...")
 
No edit summary
 
Line 1: Line 1:
<syntaxhighlight lang="json">
<syntaxhighlight lang="json">
textures: {
"textures": {
all: {  
"all": {  
base: "block/my{type}texture",
"base": "block/my{type}texture",
alternates: [{base: "block/my{type}texture1" }, {base: "block/my{type}texture2" }, {base: "block/my{type}texture3" }],
"alternates": [{"base": "block/my{type}texture1" }, {"base": "block/my{type}texture2" }, {"base": "block/my{type}texture3" }],
},
},
},
},
</syntaxhighlight>
</syntaxhighlight>
Confirmedusers
13,514

edits