Item Texture File¶
文档版本:1.21.50.25
UNDOCUMENTED.
架构¶
item_texture:
{
string "resource_pack_name" : opt
object "texture_data" : opt
{
object "^[a-z0-9_:\-]*$" : 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_name:string- UNDOCUMENTED.
texture_data:object- UNDOCUMENTED.
texture_data^[a-z0-9_:\-]*$:object- UNDOCUMENTED.
^[a-z0-9_:\-]*$textures:string- A texture file.
textures:object- A collection of texture files.
texturesoverlay_color- The color to apply to the texture.
path:string- A texture file.
tint_color:string- UNDOCUMENTED.
variations:array- UNDOCUMENTED.
variations<any array element>:object- UNDOCUMENTED.
<any array element>path:string- A texture file.
weight:integer- UNDOCUMENTED.
textures:array- A collection of textures.
textures<any array element>
texture_name:string- UNDOCUMENTED.