Translations:Modding:Textures/25/ru

From Vintage Story Wiki
Revision as of 19:12, 23 July 2020 by NlgEndlessplay (talk | contribs) (Created page with "<syntaxhighlight lang="json"> textures: { up: { base: "path to top texture" }, down: { base: "path to bottom texture" }, south: { base: "path to back texture" }, north...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
textures: {
  up: { base: "path to top texture" },
  down: { base: "path to bottom texture" },
  south: { base: "path to back texture" },
  north: { base: "path to front texture" },
  west: { base: "path to left texture" },
  east: { base: "path to right texture" },
},