mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-27 04:38:56 +00:00
48 lines
1.5 KiB
JSON
48 lines
1.5 KiB
JSON
{
|
|
"format_version": "1.8.0",
|
|
"render_controllers": {
|
|
"controller.render.wolf": {
|
|
"arrays": {
|
|
"textures": {
|
|
"Array.default": [
|
|
"Texture.pale_default",
|
|
"Texture.ashen_default",
|
|
"Texture.black_default",
|
|
"Texture.chestnut_default",
|
|
"Texture.rusty_default",
|
|
"Texture.snowy_default",
|
|
"Texture.spotted_default",
|
|
"Texture.striped_default",
|
|
"Texture.woods_default"
|
|
],
|
|
"Array.angry": [
|
|
"Texture.pale_angry",
|
|
"Texture.ashen_angry",
|
|
"Texture.black_angry",
|
|
"Texture.chestnut_angry",
|
|
"Texture.rusty_angry",
|
|
"Texture.snowy_angry",
|
|
"Texture.spotted_angry",
|
|
"Texture.striped_angry",
|
|
"Texture.woods_angry"
|
|
],
|
|
"Array.tame": [
|
|
"Texture.pale_tame",
|
|
"Texture.ashen_tame",
|
|
"Texture.black_tame",
|
|
"Texture.chestnut_tame",
|
|
"Texture.rusty_tame",
|
|
"Texture.snowy_tame",
|
|
"Texture.spotted_tame",
|
|
"Texture.striped_tame",
|
|
"Texture.woods_tame"
|
|
]
|
|
}
|
|
},
|
|
"geometry": "Geometry.default",
|
|
"materials": [ { "*": "Material.default" } ],
|
|
"textures": [ "query.is_angry ? Array.angry[query.variant] : (query.is_tamed ? Array.tame[query.variant] : Array.default[query.variant])" ]
|
|
}
|
|
}
|
|
}
|