Minecraft:Block colors: Difference between revisions
More actions
Sync: updated from Minecraft |
Sync: updated from Minecraft |
||
| Line 69: | Line 69: | ||
|} | |} | ||
===Stem colors=== | === Stem colors === | ||
{| class="wikitable sortable" style="text-align:center" data-description="Stem colors" | {| class="wikitable sortable" style="text-align:center" data-description="Stem colors" | ||
! Age | |||
! Color | |||
! Render | |||
|- | |- | ||
| 0 | |||
| {{color|#00FF00}} | |||
| [[File:Stem Age 0 JE6.png|32px]] | |||
|- | |- | ||
| | | 1 | ||
|{{color|# | | {{color|#20F704}} | ||
|[[File:Stem Age | | [[File:Stem Age 1 JE6.png|32px]] | ||
|- | |- | ||
| | | 2 | ||
|{{color|# | | {{color|#40EF08}} | ||
|[[File:Stem Age | | [[File:Stem Age 2 JE6.png|32px]] | ||
|- | |- | ||
| | | 3 | ||
|{{color|# | | {{color|#60E70C}} | ||
|[[File:Stem Age | | [[File:Stem Age 3 JE6.png|32px]] | ||
|- | |- | ||
| | | 4 | ||
|{{color|# | | {{color|#80DF10}} | ||
|[[File:Stem Age | | [[File:Stem Age 4 JE6.png|32px]] | ||
|- | |- | ||
| | | 5 | ||
|{{color|# | | {{color|#A0D714}} | ||
|[[File:Stem Age | | [[File:Stem Age 5 JE6.png|32px]] | ||
|- | |- | ||
| | | 6 | ||
|{{color|# | | {{color|#C0CF18}} | ||
|[[File:Stem Age | | [[File:Stem Age 6 JE6.png|32px]] | ||
|- | |- | ||
| 7 | |||
| {{color|#E0C71C}} | |||
| [[File:Stem Age 7 JE6.png|32px]] | |||
|7 | |||
|{{color|#E0C71C}} | |||
|[[File:Stem Age 7 JE6.png| | |||
|} | |} | ||
<div class="calculator-container" data-calculator-refresh-on-load="true"> | |||
n = {{Simplecalc|id=n|default=0}} | |||
input red = n * 32 = {{Simplecalc|type=plain|formula=n * 32|id=r}} | |||
input green = 255 - (n * 8) = {{Simplecalc|type=plain|formula=255 - (n * 8)|id=g}} | |||
input blue = n * 4 = {{Simplecalc|type=plain|formula=n * 4|id=b}} | |||
color = (r << 16 | g << 8 | b) = {{Simplecalc|type=plain|formula=bitor(bitleftshift(r, 16), bitleftshift(g, 8), b)|id=o}} | |||
actual red = {{Simplecalc|type=plain|id=r2|formula=bitand(bitarithrightshift(o, 16), 0xFF)}} | |||
actual green = {{Simplecalc|type=plain|id=g2|formula=bitand(bitarithrightshift(o, 8), 0xFF)}} | |||
actual blue = {{Simplecalc|type=plain|id=b2|formula=bitand(o, 0xFF)}} | |||
Color: {{Color|rgb(var(--calculator-r2) var(--calculator-g2) var(--calculator-b2))|{{Simplecalc|type=plain|formula=bitand(o, 0xFFFFFF)|radix=16|padding=6}}}} | |||
</div> | |||
===Constant colors=== | ===Constant colors=== | ||
Latest revision as of 11:02, 8 September 2026
Template:Needs render The following page lists Minecraft:colors which are applied to Minecraft:blocks and Minecraft:fluids in the world.
Block colors
Redstone tints
Stem colors
input red = n * 32 = Template:Simplecalc
input green = 255 - (n * 8) = Template:Simplecalc
input blue = n * 4 = Template:Simplecalc
color = (r << 16 | g << 8 | b) = Template:Simplecalc
actual red = Template:Simplecalc
actual green = Template:Simplecalc
actual blue = Template:Simplecalc
Color: Template:Color
Constant colors
These do not change depending on biome or any other factor. Birch and spruce leaves are technically biome-dependent in Bedrock Edition and pick their colors from colormaps.
-
Birch Leaves
Template:Color -
Spruce Leaves
Template:Color -
Lily Pad
Template:Color -
Attached Stem
Template:Color
Snowy leaves
During snowfall, all biome-tinted leaves change their colors to Template:Color, in 8 transition stages where they are blended with the regular colors.
-
Oak Leaves
-
Spruce Leaves
-
Birch Leaves
-
Jungle Leaves
-
Acacia Leaves
-
Dark Oak Leaves
-
Mangrove Leaves
Biome colors
Grass colors
These colors apply to the following blocks:
- Template:BlockLink
- Template:BlockLink
- Template:BlockLink
- Template:BlockLink
- Template:BlockLink
- Template:BlockLink
- Template:BlockLink
- Template:BlockLink
- Template:BlockLink (stem only)
- Template:BlockLink (stem only)
Foliage colors
These colors apply to the following blocks:
- Template:BlockLink
- Template:BlockLink
- Template:BlockLink
- Template:BlockLink
- Template:BlockLink
- Template:BlockLink
Dry foliage colors
These colors apply to the following blocks:
Water colors
These colors apply only to water, and not to its particles.<ref>Template:Bug</ref>
Java Edition
Bedrock Edition
History
Java Edition
Bedrock Edition
References
Minecraft:fr:Couleurs des blocs Minecraft:ja:ブロックの色 Minecraft:lzh:塊方之色 Minecraft:pt:Cores dos blocos Minecraft:zh:方块颜色