Ok, so I downloaded a resource pack, that makes the Cod, look like the old raw fish texture, item, mob, bucket, cooked, but not the spawn egg.
The spawn egg file is in their, its just not working, is it the name? I named the png file: egg_cod.png
I tried cod_spawn.png & cod_spawn_egg.png, but nothing works. Could someone help me with this?
EDIT: btw the folder i have it in is: assets > minecraft > textures > item
The spawn egg file is in their, its just not working, is it the name? I named the png file: egg_cod.png
I tried cod_spawn.png & cod_spawn_egg.png, but nothing works. Could someone help me with this?
EDIT: btw the folder i have it in is: assets > minecraft > textures > item
6
Java Edition uses only two grayscale textures (spawn_egg.png and spawn_egg_overlay.png) and tints them.
To change the hardcoded colors of the cod spawn egg you need Optifine (or other mod, that enables this feature).
Here's documentation for Optifine's custom colors feature: github.com/sp614x/OptiFineDoc/color.properties (search for "spawner egg colors")
To change the hardcoded colors of the cod spawn egg you need Optifine (or other mod, that enables this feature).
Here's documentation for Optifine's custom colors feature: github.com/sp614x/OptiFineDoc/color.properties (search for "spawner egg colors")
I don't exactly understand that GitHub, I have the custom colors enabled in Optifine, so it should be working right?
To customize the colors you need color.properties file with custom colors specified in assets/minecraft/optifine inside your resourcepack
then how would i get the color codes for the spawn egg?
cause i dont see any color kind of things in the optifine file
cause i dont see any color kind of things in the optifine file
Create color.properties file in location mentioned ealier with the following code:
You will have to modify those colors to your liking
egg.spots.cod=000000
egg.shell.cod=ffffffYou will have to modify those colors to your liking
Thanks so much for helping me on this! I played around with the colors and got a spawn egg I'm happy with. Your the best!
