-
Bug
-
Resolution: Fixed
-
Minecraft 1.14 Pre-Release 5, Minecraft 1.14, Minecraft 1.14.1 Pre-Release 2, Minecraft 1.14.2, 1.15.1, 1.16.1, 1.16.2 Pre-release 1, 1.16.2 Pre-release 2, 1.16.4, 20w45a, 20w46a, 20w51a, 21w03a, 1.16.5 Release Candidate 1, 1.16.5, 21w05a, 21w06a, 21w07a, 21w10a, 21w11a, 21w13a, 21w14a, 21w15a, 21w16a, 21w17a, 21w18a, 21w19a, 21w20a, 1.17 Pre-release 4, 1.17 Pre-release 5, 1.17, 1.17.1 Pre-release 2, 1.17.1, 21w37a, 21w39a, 21w40a, 21w44a, 1.18 Pre-release 1, 1.18 Pre-release 2, 1.18, 1.18.1, 22w05a, 1.18.2, 22w11a, 22w12a, 22w13a, 22w15a, 22w16b, 1.19 Pre-release 3, 1.19 Pre-release 4, 1.19 Release Candidate 1, 1.19 Release Candidate 2, 1.19, 1.19.1 Pre-release 1, 1.19.1 Pre-release 2, 1.19.1, 1.19.2, 22w42a, 22w43a, 1.19.3, 23w07a, 1.19.4, 23w12a, 23w13a, 23w14a, 23w17a, 23w18a, 1.20 Pre-release 4, 1.20 Release Candidate 1, 1.20, 1.20.1, 1.20.2, 23w44a, 1.20.4, 24w12a, 1.20.6, 24w20a, 1.21 Pre-Release 2, 1.21, 24w33a, 1.21.1
-
Confirmed
-
Maps
-
Low
-
Gameplay
Map color for wheat is incorrect
Code Analysis
Code Analysis done by Thumpbacker
In the Blocks class wheat has no material color so giving it a material color like show below fixes it
public static final Block WHEAT = register("wheat", new CropBlock(BlockBehaviour.Properties.of(Material.PLANT, MaterialColor.COLOR_YELLOW).noCollission().randomTicks().instabreak().sound(SoundType.CROP)));
- is duplicated by
-
MC-151320 Map color of wheat does not match up anymore
- Resolved
- relates to
-
MC-165776 Wood has different color than rotated log on map
- Open
-
MC-174585 Mushroom blocks use their default map colors even if the upwards face is not present
- Open
-
MC-174861 Waterlogged blocks are not accounted for when calculating water depth for map rendering purposes
- Open
-
MC-201151 Water color on maps ignores biomes
- Open
-
MC-222929 One block tall waterlogged big dripleaf appears blue on maps despite plant covering most of the block
- Open
-
MC-256069 Waterlogged mangrove roots have the wrong map color
- Open
-
MC-267589 Ender chests have the wrong color on maps
- Open
-
MCPE-186083 Incorrect map color for wheat
- Open
-
MC-130658 Grass/foliage colors on maps still use the colors from Alpha v1.1.2_01 and earlier / do not change color with biomes
- Open
-
MC-201152 Melon and pumpkin stems appear green on maps regardless of growth stage
- Open
-
MC-201332 Normal shulker box and purple shulker box have wrong color on maps
- Open
-
MC-201333 Dark prismarine, stairs or slab and prismarine, stairs or slab have wrong color on maps
- Open
-
MC-139453 Some blocks of color on the map does not meet their new texture or use wrong color palette
- Resolved
-
MC-174988 Bee nests are brown on maps
- Resolved
-
MC-186600 Nether gold ore is gray on a map
- Resolved
-
MC-192306 Crimson and warped slabs use incorrect colors on maps
- Resolved
-
MC-212863 Glow lichen use the same color as vines on maps
- Resolved
-
MC-277161 Map color for disabled creaking heart is incorrect
- Resolved