mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-27 04:38:56 +00:00
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"format_version": "1.8.0",
|
|
"render_controllers": {
|
|
"controller.render.zombie_villager_v2_base": {
|
|
"geometry": "Geometry.default",
|
|
"materials": [
|
|
{ "*": "Material.default" }
|
|
],
|
|
"textures": [
|
|
"Texture.default"
|
|
]
|
|
},
|
|
"controller.render.zombie_villager_v2_masked": {
|
|
"arrays": {
|
|
"textures": {
|
|
"Array.biomes": [
|
|
"Texture.plains",
|
|
"Texture.desert",
|
|
"Texture.jungle",
|
|
"Texture.savanna",
|
|
"Texture.snow",
|
|
"Texture.swamp",
|
|
"Texture.taiga"
|
|
],
|
|
"Array.professions": [
|
|
"Texture.unskilled",
|
|
"Texture.farmer",
|
|
"Texture.fisherman",
|
|
"Texture.shepherd",
|
|
"Texture.fletcher",
|
|
"Texture.librarian",
|
|
"Texture.cartographer",
|
|
"Texture.cleric",
|
|
"Texture.armorer",
|
|
"Texture.weapon_smith",
|
|
"Texture.tool_smith",
|
|
"Texture.butcher",
|
|
"Texture.leatherworker",
|
|
"Texture.stonemason",
|
|
"Texture.nitwit"
|
|
]
|
|
}
|
|
},
|
|
"geometry": "Geometry.default",
|
|
"materials": [
|
|
{ "*": "query.is_baby ? Material.default : Material.masked" }
|
|
],
|
|
"textures": [
|
|
"Array.biomes[query.mark_variant]",
|
|
"Array.professions[variable.profession_index]"
|
|
]
|
|
}
|
|
}
|
|
}
|