diff options
author | makamys <makamys@outlook.com> | 2022-07-01 16:41:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-01 16:41:52 +0200 |
commit | 2c281d9d976feaf15841f1db5f0ecc5d82d9a502 (patch) | |
tree | c5c210568e062027638b30d146fa0eca09cfdf00 /README.md | |
parent | 8918a23bbe04e2a0f80b8316e94f7a9f6d7aa51e (diff) | |
download | Neodymium-2c281d9d976feaf15841f1db5f0ecc5d82d9a502.tar.gz Neodymium-2c281d9d976feaf15841f1db5f0ecc5d82d9a502.tar.bz2 Neodymium-2c281d9d976feaf15841f1db5f0ecc5d82d9a502.zip |
README: mention OF chunk loading incompatibility
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |