From 2c281d9d976feaf15841f1db5f0ecc5d82d9a502 Mon Sep 17 00:00:00 2001 From: makamys Date: Fri, 1 Jul 2022 16:41:52 +0200 Subject: README: mention OF chunk loading incompatibility --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 064569a..e985182 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ The mod increases memory usage, since the chunk meshes have to be stored somewhe ## 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. +* OptiFine's "Smooth" and "Multi-Core" chunk loading settings are not compatible. * 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