diff --git a/config/resourcefulbees/bees/magic/Starry.json b/config/resourcefulbees/bees/magic/Starry.json index e03cd4c251..0effb66dc0 100644 --- a/config/resourcefulbees/bees/magic/Starry.json +++ b/config/resourcefulbees/bees/magic/Starry.json @@ -3,11 +3,12 @@ "maxTimeInHive": 4800, "hasHoneycomb": true, "traits": ["can_swim"], + "baseLayerTexture": "other/starry", "ColorData": { - "honeycombColor": "#C0C0C0", - "isBeeColored": true, - "primaryColor": "#C0C0C0", - "secondaryColor": "#00FFBF" + "honeycombColor": "#062D86", + "isBeeColored": false, + "primaryColor": "#0E1250", + "secondaryColor": "#ACB5F8" }, "CombatData": { "isPassive": false, @@ -21,3 +22,4 @@ "BreedData": {"isBreedable": false}, "TraitData": {"hasTraits": true} } + diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/starry.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/starry.png new file mode 100644 index 0000000000..569245a5d7 Binary files /dev/null and b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/starry.png differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/starry_angry.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/starry_angry.png new file mode 100644 index 0000000000..d34e2529e3 Binary files /dev/null and b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/starry_angry.png differ