mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-27 05:48:55 +00:00
a3b394c507
Initial layout
24 lines
564 B
JSON
24 lines
564 B
JSON
{
|
|
"format_version": "1.8.0",
|
|
"render_controllers": {
|
|
"controller.render.fox": {
|
|
"arrays": {
|
|
"textures": {
|
|
"Array.skins": [
|
|
"Texture.red",
|
|
"Texture.arctic"
|
|
]
|
|
}
|
|
},
|
|
"geometry": "Geometry.default",
|
|
"part_visibility": [
|
|
{ "leg*": "!query.is_sleeping" },
|
|
{ "head": "!query.is_sleeping" },
|
|
{ "head_sleeping": "query.is_sleeping" }
|
|
],
|
|
"materials": [ { "*": "Material.default" } ],
|
|
"textures": [ "Array.skins[query.variant]" ]
|
|
}
|
|
}
|
|
}
|