mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-27 05:48:55 +00:00
20 lines
572 B
JSON
20 lines
572 B
JSON
{
|
|
"format_version": "1.8.0",
|
|
"render_controllers": {
|
|
"controller.render.player.cape": {
|
|
"rebuild_animation_matrices": true,
|
|
"geometry": "Geometry.cape",
|
|
"materials": [ { "*": "Material.cape" } ],
|
|
"textures": [ "Texture.cape" ],
|
|
"part_visibility": [
|
|
{ "cape": "query.armor_texture_slot(1) != 5 && (!variable.is_first_person || variable.is_paperdoll) && !variable.map_face_icon && !query.is_spectator" }
|
|
],
|
|
"is_hurt_color": {
|
|
"r": 0.0,
|
|
"g": 0.0,
|
|
"b": 0.0,
|
|
"a": 0.0
|
|
}
|
|
}
|
|
}
|
|
} |