Minecraft:Spawn Egg colors
More actions
Template:Removed feature Prior to the Minecraft:Spring to Life game drop, Minecraft:spawn eggs used textures that were accordingly Minecraft:colored to match each mob.
While Minecraft:Programmer Art returns the old spawn eggs Template:In and Minecraft:add-ons can create the old spawn eggs Template:In, these are dedicated texture files per item rather than the old coloring system.
Previous values
Java Edition
Bedrock Edition
Spawn eggs that are pre-colored
These spawn eggs used texture files directly, as opposed to using the standard base and overlay textures. Several of these used textures visually identical to the outcome of tinting in Java Edition, and as such the input colors could be reverse-engineered.
History
Template:Info needed section Template:HistoryTable
Used colors
Spawn eggs that do not use colors
Template:IN, not all spawn eggs utilized the color system, and instead used predefined sprites that are themselves colored. These may appear identical to their Java Edition counterparts, or entirely different. Such cases are listed here for the sake of completion, and to distinguish them from color-using spawn eggs via highlighting what eggs do not.
Before 12w01a
Prior to Java Edition 12w01a, spawn eggs used a single texture, colored with a single color. This color was generated by the game via an equation, rather than specific colors picked for each egg; as such, even the unused spawn eggs had colors associated with them. The following formula was used to calculate each color component:
red = (64 + (n * 2423535 & 0xC0)) % 256; green = (64 + (n * 223535 & 0xC0)) % 256; blue = (64 + (n * 242535 & 0xC0)) % 256;
There are a total of 64 distinct spawn egg colors that can be generated, and the pattern of colors repeats every 256 metadata values (such that a spawn egg with metadata value 0 looks identical to that of one of value 256, and that to one of 512, and so on).
The following is a table of each individual spawn egg color, what data values it applies to in the 0-to-255 range (with the first being bold), and entities that this color is associated with:
Notes
Minecraft:es:Colores de huevos generadores Minecraft:fr:Couleurs des oeufs d'apparition Minecraft:pt:Cores de ovos geradores