Skip to content

CHESPLATE_BODY and LEGGINGS_BODY cannot be disabled. #497

Description

@Estecka

Bug Description

No noticeable change occur when toggling the visibility of CHESTPLATE_BODY or LEGGINGS_BODY
The relevant body parts still disappear when CHESTPLATE and LEGGINGS are disabled in their entirety.
The arms and legs can still be disabled individually.

Observed on 1.21.4 using the latest jar from Modrinth, and 1.21.7 using the latest "+1.21.8" jat from Discord

Reproduction Steps

Figura: 0.1.5b+1.21.4
Fabric Loader: 0.18.4
Fabric-API: 0.119.4+1.21.4

Equip the following avatar: (Freshly generated from a template.)
Template.zip

Script:

vanilla_model.CHESTPLATE_LEFT_ARM:setVisible(false)
vanilla_model.CHESTPLATE_BODY:setVisible(false)

vanilla_model.LEGGINGS_LEFT_LEG:setVisible(false);
vanilla_model.LEGGINGS_BODY:setVisible(false);

Result: Only the left arm and leg disappear

Image Image

Log File

latest.log

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions