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
spawnEggPrimaryColorSets the primary color used on the spawn egg item.
"resourcefulbees:rendering/v1": {
"ColorData": {
"spawnEggPrimaryColor": 16444375
}
}"resourcefulbees:rendering/v1": {
"ColorData": {
"spawnEggPrimaryColor": "red"
}
}"resourcefulbees:rendering/v1": {
"ColorData": {
"spawnEggPrimaryColor": "#FF0000"
}
}spawnEggSecondaryColor
spawnEggSecondaryColorSets the secondary color used on the spawn egg item.
"resourcefulbees:rendering/v1": {
"ColorData": {
"spawnEggSecondaryColor": 16444375
}
}"resourcefulbees:rendering/v1": {
"ColorData": {
"spawnEggSecondaryColor": "red"
}
}"resourcefulbees:rendering/v1": {
"ColorData": {
"spawnEggSecondaryColor": "#FF0000"
}
}jarColor
jarColorThe 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"
}
}Last updated
Was this helpful?