-
Bug
-
Resolution: Fixed
-
20w22a
-
None
-
Confirmed
-
Maps
-
Important
The bug
Netherrack and nether quartz ore both have the nether material color, while nether gold ore does not. Due to this, nether gold ore will appear gray on the map
Code analysis (Yarn mappings)
NETHER_GOLD_ORE = register("nether_gold_ore", new OreBlock(AbstractBlock.Settings.of(Material.STONE, /* needs a material color here */).method_29292().strength(3.0F, 3.0F).sounds(BlockSoundGroup.NETHER_GOLD_ORE))); NETHERRACK = register("netherrack", new NetherrackBlock(AbstractBlock.Settings.of(Material.STONE, MaterialColor.NETHER).method_29292().strength(0.4F).sounds(BlockSoundGroup.NETHERRACK))); NETHER_QUARTZ_ORE = register("nether_quartz_ore", new OreBlock(AbstractBlock.Settings.of(Material.STONE, MaterialColor.NETHER).method_29292().strength(3.0F, 3.0F).sounds(BlockSoundGroup.NETHER_ORE)));
- relates to
-
MC-165776 Wood has different color than rotated log on map
- Open
-
MC-175228 Many stripped wood and log blocks have incorrect/inconsistent map colors
- Open
-
MC-139453 Some blocks of color on the map does not meet their new texture or use wrong color palette
- Resolved
-
MC-148982 Map color for wheat is incorrect
- Resolved
-
MCPE-82191 Nether Gold Ore is grey on the map
- Resolved