Map color for wheat is incorrect
Code Analysis
Code Analysis done by @unknown
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)));
WAI. You could suggest a change through reddit or Minecraft Feedback.