Skip to content

Dyeable Model Color

Sets the color of a model, while allowing it to be dyed by the Set Dyeable Model Color action, or the Consume Dye action.

Fields

Field Type Default Description
red Float 1.0 The red component of the color.
green Float 1.0 The green component of the color.
blue Float 1.0 The blue component of the color.
alpha Float 1.0 The alpha component of the color.

Example

{
    "type": "moborigins:dyeable_model_color",
    "red": 0.0,
    "green": 0.0,
    "blue": 1.0,
    "alpha": 0.9
}
Sets the color of a model to blue, and slightly translucent.