Mojira Archive
MC-148982

Map color for wheat is incorrect

Map color for wheat is incorrect

Code Analysis

Code Analysis done by [Mod] Anthony Cicinelli
In the Blocks class wheat has no material color so giving it a material color like show below fixes it

net/minecraft/world/level/block/Blocks.java
public static final Block WHEAT = register("wheat", new CropBlock(BlockBehaviour.Properties.of(Material.PLANT, MaterialColor.COLOR_YELLOW).noCollission().randomTicks().instabreak().sound(SoundType.CROP)));