1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2024-11-27 05:48:55 +00:00
bedrock-samples/resource_pack/render_controllers/cape.render_controllers.json
Mike Ammerlaan cc489c0d7b v1.19.80.2
2023-04-26 09:02:26 -07:00

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
}
}
}
}