mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-27 05:48:55 +00:00
a3b394c507
Initial layout
26 lines
670 B
JSON
26 lines
670 B
JSON
{
|
|
"format_version": "1.8.0",
|
|
"render_controllers": {
|
|
"controller.render.silverfish": {
|
|
"geometry": "Geometry.default",
|
|
"materials": [
|
|
{ "*": "Material.default" },
|
|
{ "bodyLayer_*": "Material.body_layer" }
|
|
],
|
|
"part_visibility": [
|
|
{ "*": "0" },
|
|
{ "bodypart_0": "1" },
|
|
{ "bodypart_1": "1" },
|
|
{ "bodypart_2": "1" },
|
|
{ "bodypart_3": "1" },
|
|
{ "bodypart_4": "1" },
|
|
{ "bodypart_5": "1" },
|
|
{ "bodypart_6": "1" },
|
|
{ "bodylayer_0": "1" },
|
|
{ "bodylayer_1": "1" },
|
|
{ "bodylayer_2": "1" }
|
|
],
|
|
"textures": [ "Texture.default" ]
|
|
}
|
|
}
|
|
} |