Hello, I am working on a transmog system, and part of the process is hiding the player armor. I figured I could use the same property I'm checking for that changes the player texture/geometry to whatever mob they are transforming into, but that isn't working. Re the persona, I need it to be displaying the same model as the player, however in the menu it displays the skin the player is normally wearing.
|
Attached is my attempt in "controller.render.player.third_person"
{ "leftSock": "variable.boot_layer_visible && variable.leg_layer_visible && query.property('runecraft:transmog') == 0" },``` "runecraft:transmog" is my entity property, when it is set to 1, the player is transformed into this chicken and all of their armor should be hidden.