mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-27 05:48:55 +00:00
a3b394c507
Initial layout
31 lines
723 B
JSON
31 lines
723 B
JSON
{
|
|
"format_version": "1.8.0",
|
|
"render_controllers": {
|
|
"controller.render.witch": {
|
|
"geometry": "Geometry.default",
|
|
"materials": [ { "*": "Material.default" } ],
|
|
"textures": [ "Texture.default" ]
|
|
},
|
|
"controller.render.witch.v1.0": {
|
|
"geometry": "Geometry.default",
|
|
"materials": [ { "*": "Material.default" } ],
|
|
"part_visibility": [
|
|
{
|
|
"*": false,
|
|
"head": true,
|
|
"nose": true,
|
|
"body": true,
|
|
"arms": true,
|
|
"leg0": true,
|
|
"leg1": true,
|
|
"hat": true,
|
|
"hat2": true,
|
|
"hat3": true,
|
|
"hat4": true
|
|
}
|
|
],
|
|
"textures": [ "Texture.default" ]
|
|
}
|
|
}
|
|
}
|