Fabric API getting the color of a grass block
I recently started modding minecraft using the fabric api.
I want to get the color of the grass block the player is currently standing on. I found that in the Biome class there is a method called getGrassColorAt(double x,double y) I managed to get it's dat...