True Black & White Shader (Grayscale)
This shader converts the entire image in the game to black and white, using the formula (R + G + B) / 3 to determine the brightness of each pixel.
Quick challenge
How far can you run before the mobs catch you?
Rotate your phone
Dino Mine is ready when your screen is landscape.
Minecraft check
Confirm your run
Complete the quick check to get your code.
Your code
Expires in 5 hours
True Black & White Shader (Grayscale)
The shader converts images in Minecraft to black and white using the average of the colors (R + G + B) / 3. It is applied to the world, but does not change the colors of the interface (GUI). 