Minecraft:Spawn Egg colors: Difference between revisions
More actions
Sync: updated from Minecraft |
Sync: updated from Minecraft |
||
| Line 454: | Line 454: | ||
|[[File:Evoker Spawn Egg JE1 BE1.png|32px]] Evoker: {{color|#959B9B}}, {{color|#1E1C1A}}{{verify|Based on the value defined in 1.14.4's code. Whether this is actually true needs verified, as well as if the colors used have changed at all between 16w39a and 1.14.4.}} | |[[File:Evoker Spawn Egg JE1 BE1.png|32px]] Evoker: {{color|#959B9B}}, {{color|#1E1C1A}}{{verify|Based on the value defined in 1.14.4's code. Whether this is actually true needs verified, as well as if the colors used have changed at all between 16w39a and 1.14.4.}} | ||
|[[File:Llama Spawn Egg JE1 BE1.png|32px]] Llama: {{color|#C09E7D}}, {{color|#995F40}}{{verify|Based on the value defined in 1.14.4's code. Whether this is actually true needs verified, as well as if the colors used have changed at all between 16w39a and 1.14.4.}} | |[[File:Llama Spawn Egg JE1 BE1.png|32px]] Llama: {{color|#C09E7D}}, {{color|#995F40}}{{verify|Based on the value defined in 1.14.4's code. Whether this is actually true needs verified, as well as if the colors used have changed at all between 16w39a and 1.14.4.}} | ||
|[[File:Vex Spawn Egg JE1 | |[[File:Vex Spawn Egg JE1.png|32px]] Vex: {{color|#7A90A4}}, {{color|#E8EDF1}}{{verify|Based on the value defined in 1.14.4's code. Whether this is actually true needs verified, as well as if the colors used have changed at all between 16w39a and 1.14.4.}} | ||
|[[File:Vindicator Spawn Egg JE1 BE1.png|32px]] Vindicator: {{color|#959B9B}}, {{color|#275E61}}{{verify|Based on the value defined in 1.14.4's code. Whether this is actually true needs verified, as well as if the colors used have changed at all between 16w39a and 1.14.4.}}}} | |[[File:Vindicator Spawn Egg JE1 BE1.png|32px]] Vindicator: {{color|#959B9B}}, {{color|#275E61}}{{verify|Based on the value defined in 1.14.4's code. Whether this is actually true needs verified, as well as if the colors used have changed at all between 16w39a and 1.14.4.}}}} | ||
|{{HistoryLine||1.12|dev=17w13a|Added parrot spawn eggs. | |{{HistoryLine||1.12|dev=17w13a|Added parrot spawn eggs. | ||
| Line 639: | Line 639: | ||
|{{HistoryLine|pocket}} | |{{HistoryLine|pocket}} | ||
|{{HistoryLine||1.0.0|dev=alpha 0.17.0.1|[[File:Shulker Spawn Egg BE1.png|32px]] [[File:Endermite Spawn Egg JE1 BE1.png|32px]] [[File:Polar Bear Spawn Egg JE1 BE1.png|32px]] Added shulker, endermite, and polar bear spawn eggs.}} | |{{HistoryLine||1.0.0|dev=alpha 0.17.0.1|[[File:Shulker Spawn Egg BE1.png|32px]] [[File:Endermite Spawn Egg JE1 BE1.png|32px]] [[File:Polar Bear Spawn Egg JE1 BE1.png|32px]] Added shulker, endermite, and polar bear spawn eggs.}} | ||
|{{HistoryLine||1.1.0|dev=alpha 1.1.0.0|[[File:Llama Spawn Egg JE1 BE1.png|32px]] [[File:Vindicator Spawn Egg JE1 BE1.png|32px]] [[File:Evoker Spawn Egg JE1 BE1.png|32px]] [[File:Vex Spawn Egg | |{{HistoryLine||1.1.0|dev=alpha 1.1.0.0|[[File:Llama Spawn Egg JE1 BE1.png|32px]] [[File:Vindicator Spawn Egg JE1 BE1.png|32px]] [[File:Evoker Spawn Egg JE1 BE1.png|32px]] [[File:Vex Spawn Egg BE1.png|32px]] Added llama, vindicator, evoker, and vex spawn eggs.}} | ||
|{{HistoryLine|||dev=alpha 1.1.0.9|[[File:Husk Spawn Egg JE1 BE2.png|32px]] [[File:Shulker Spawn Egg JE1 BE2.png|32px]] [[File:Silverfish Spawn Egg JE2 BE2.png|32px]] [[File:Stray Spawn Egg JE1 BE2.png|32px]] [[File:Zombie Horse Spawn Egg JE1 BE2.png|32px]] The textures for husk, shulker, silverfish, stray, and zombie horse spawn eggs have changed.}} | |{{HistoryLine|||dev=alpha 1.1.0.9|[[File:Husk Spawn Egg JE1 BE2.png|32px]] [[File:Shulker Spawn Egg JE1 BE2.png|32px]] [[File:Silverfish Spawn Egg JE2 BE2.png|32px]] [[File:Stray Spawn Egg JE1 BE2.png|32px]] [[File:Zombie Horse Spawn Egg JE1 BE2.png|32px]] The textures for husk, shulker, silverfish, stray, and zombie horse spawn eggs have changed.}} | ||
|{{HistoryLine|bedrock}} | |{{HistoryLine|bedrock}} | ||
Revision as of 11:10, 22 August 2026
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
April Fools' spawn eggs
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
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