The color customization component handles the Bee Jar and Spawn Egg colors.
"resourcefulbees:rendering/v1": {
"ColorData": {
"spawnEggPrimaryColor": 16444375,
"spawnEggSecondaryColor": 13789470,
"jarColor": 6266528
}
}
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
}
}
"resourcefulbees:rendering/v1": {
"ColorData": {
"spawnEggPrimaryColor": "red"
}
}
"resourcefulbees:rendering/v1": {
"ColorData": {
"spawnEggPrimaryColor": "#FF0000"
}
}
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
}
}
"resourcefulbees:rendering/v1": {
"ColorData": {
"spawnEggSecondaryColor": "red"
}
}
"resourcefulbees:rendering/v1": {
"ColorData": {
"spawnEggSecondaryColor": "#FF0000"
}
}
The color used on the jar when the bee is in the bee jar.
"resourcefulbees:rendering/v1": {
"ColorData": {
"jarColor": 16444375
}
}
"resourcefulbees:rendering/v1": {
"ColorData": {
"jarColor": "red"
}
}
"resourcefulbees:rendering/v1": {
"ColorData": {
"jarColor": "#FF0000"
}
}