Skip to content

Model Flip

Power Type

Flips the model of the entity, similar to how Dinnerbone's model is flipped.

Type ID: eggolib:model_flip

Fields

None.

Examples

{
    "type": "eggolib:model_flip"
}

This example will flip the model of the entity that has the power.

{
    "type": "eggolib:model_flip",
    "condition": {
        "type": "apoli:sneaking"
    }
}

This example will flip the model of the entity that has the power if the entity is sneaking.