From df16ef444a101dff20c1846fe52a082862ad0078 Mon Sep 17 00:00:00 2001 From: makamys Date: Thu, 30 Jun 2022 13:03:41 +0200 Subject: README: Advanced OpenGL is a vanilla feature, derp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 29c82b0..064569a 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ There are also some additional optimizations: The mod increases memory usage, since the chunk meshes have to be stored somewhere. On Normal render distance in a vanilla world, it uses ~70-150 MB, both in RAM and VRAM. ## Incompatibilities +* The mod performs poorly if Advanced OpenGL (occlusion culling) is turned on. * The mod is only compatible with FastCraft if OptiFine is also present. -* The mod is not compatible with OptiFine's Advanced OpenGL (occlusion culling) feature. * OptiFine shaders aren't compatible, and probably never will be, as I have neither the knowledge nor the interest to add compatibility for them. * Various coremods may be incompatible with Mixin. Use [Mixingasm](https://github.com/makamys/Mixingasm) to fix this. -- cgit