Blocks in distance turn colored
[media]How to reproduce:
Create superflat with code and NO STRUCTURES
minecraft:bedrock,3*minecraft:stone,52*minecraft:sandstone
In distance, blocks are colored and have weird patterns
Blocks in distance turn colored
[media]How to reproduce:
Create superflat with code and NO STRUCTURES
minecraft:bedrock,3*minecraft:stone,52*minecraft:sandstone
In distance, blocks are colored and have weird patterns
If I remember correctly, this is caused by the function VBO and I assume it's a compatibility issue with the graphics card.
However, while this can be the VBO it is also possible it is caused by mipmapping; Try turning mipmap levels to 0 and if it doesn't fix it it may very well be related to VBO, which as of 18w44a can no longer be disabled.