1
0
mirror of https://github.com/GeyserMC/GeyserOptionalPack.git synced 2025-12-19 14:59:14 +00:00
Files
GeyserOptionalPack/render_controllers/cape.render_controllers.json
2021-05-03 23:14:14 -04:00

15 lines
501 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) && (math.mod(q.mark_variant, 2) != 1)" }
]
}
}
}