跳转至

Item Texture File

文档版本:1.21.0.24

UNDOCUMENTED.

架构

item_texture:
{
  string "resource_pack_name" : opt
  object "texture_data" : opt
  {
    object "^[\w_\-\.]+$" : opt
    {
      string "textures" : opt
      object "textures" : opt
      {
         "overlay_color" : opt
        string "path" : opt
        string "tint_color" : opt
        array "variations" : opt
        {
          object "<any array element>" : opt
          {
            string "path" : opt
            integer "weight" : opt
          }
        }
      }
      array "textures" : opt
      {
         "<any array element>" : opt
      }
    }
  }
  string "texture_name" : opt
}
resource_pack_namestring
UNDOCUMENTED.
texture_dataobject
UNDOCUMENTED.
texture_data
^[\w_\-\.]+$object
UNDOCUMENTED.
^[\w_\-\.]+$
texturesstring
A texture file.
texturesobject
A collection of texture files.
textures
overlay_color
The color to apply to the texture.
pathstring
A texture file.
tint_colorstring
UNDOCUMENTED.
variationsarray
UNDOCUMENTED.
variations
<any array element>object
UNDOCUMENTED.
<any array element>
pathstring
A texture file.
weightinteger
UNDOCUMENTED.
texturesarray
A collection of textures.
textures
<any array element>
texture_namestring
UNDOCUMENTED.