Color Data
The color customization component handles the Bee Jar and Spawn Egg colors.
"resourcefulbees:rendering/v1": {
"ColorData": {
"spawnEggPrimaryColor": 16444375,
"spawnEggSecondaryColor": 13789470,
"jarColor": 6266528
}
}
Customization Options
spawnEggPrimaryColor
spawnEggPrimaryColor
Sets the primary color used on the spawn egg item.
"resourcefulbees:rendering/v1": {
"ColorData": {
"spawnEggPrimaryColor": 16444375
}
}
spawnEggSecondaryColor
spawnEggSecondaryColor
Sets the secondary color used on the spawn egg item.
"resourcefulbees:rendering/v1": {
"ColorData": {
"spawnEggSecondaryColor": 16444375
}
}
jarColor
jarColor
The color used on the jar when the bee is in the bee jar.
"resourcefulbees:rendering/v1": {
"ColorData": {
"jarColor": 16444375
}
}
Last updated
Was this helpful?