Color Data

The color customization component handles the Bee Jar and Spawn Egg colors.

Template:
"resourcefulbees:rendering/v1": {
  "ColorData": {
    "spawnEggPrimaryColor": 16444375,
    "spawnEggSecondaryColor": 13789470,
    "jarColor": 6266528
  }
}

Customization Options


spawnEggPrimaryColor

Sets the primary color used on the spawn egg item.


Name: Primary Spawn Egg Color

Key: spawnEggPrimaryColor

Type: Color

Default: No Color

"resourcefulbees:rendering/v1": {
  "ColorData": {
    "spawnEggPrimaryColor": 16444375
  }
}

spawnEggSecondaryColor

Sets the secondary color used on the spawn egg item.


Name: Secondary Spawn Egg Color

Key: spawnEggSecondaryColor

Type: Color

Default: No Color

"resourcefulbees:rendering/v1": {
  "ColorData": {
    "spawnEggSecondaryColor": 16444375
  }
}

jarColor

The color used on the jar when the bee is in the bee jar.


Name: Bee Jar Color

Key: jarColor

Type: Color

Default: No Color

"resourcefulbees:rendering/v1": {
  "ColorData": {
    "jarColor": 16444375
  }
}

Last updated