mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-17 08:55:48 +00:00
37 lines
1016 B
JSON
37 lines
1016 B
JSON
{
|
|
"format_version": "1.8.0",
|
|
"render_controllers": {
|
|
"controller.render.villager": {
|
|
"arrays": {
|
|
"textures": {
|
|
"Array.skins": [ "Texture.farmer", "Texture.librarian", "Texture.priest", "Texture.smith", "Texture.butcher" ]
|
|
}
|
|
},
|
|
"geometry": "Geometry.default",
|
|
"materials": [ { "*": "Material.default" } ],
|
|
"textures": [ "Array.skins[query.variant]" ]
|
|
},
|
|
"controller.render.villager.v1.0": {
|
|
"arrays": {
|
|
"textures": {
|
|
"Array.skins": [ "Texture.farmer", "Texture.librarian", "Texture.priest", "Texture.smith", "Texture.butcher" ]
|
|
}
|
|
},
|
|
"geometry": "Geometry.default",
|
|
"part_visibility": [
|
|
{
|
|
"*": false,
|
|
"head": true,
|
|
"nose": true,
|
|
"body": true,
|
|
"arms": true,
|
|
"leg0": true,
|
|
"leg1": true
|
|
}
|
|
],
|
|
"materials": [ { "*": "Material.default" } ],
|
|
"textures": [ "Array.skins[query.variant]" ]
|
|
}
|
|
}
|
|
}
|