Steps to Reproduce:
Write a basic script that gets the map_color component.
Print the “color“ parameter.
Observed Results:
Only works on Grass Blocks and custom blocks that have the “minecraft:map_color“ component.
Blocks like dirt, sand, water, logs, etc don’t have the map_color component.
Expected Results:
BlockMapColorComponent.color gives the map color used on maps for all hard-coded blocks.
Blocks like dirt, sand, water, logs, etc should return the color used on maps.
Please attach an example add-on that can be used to reproduce the issue.