1
0
mirror of https://github.com/GeyserMC/GeyserOptionalPack.git synced 2025-12-31 04:36:45 +00:00

Add skin visibility support

This commit is contained in:
Camotoy
2021-05-03 23:14:14 -04:00
parent 6d7ee1eb32
commit 7aab2fe299
4 changed files with 82 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
{
"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)" }
]
}
}
}