From 5f2f4d638e773e04421632740543b81d8dd184e9 Mon Sep 17 00:00:00 2001 From: makamys Date: Fri, 1 Jul 2022 16:51:09 +0200 Subject: README: reword the OF shader situation [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e985182..851b560 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The mod increases memory usage, since the chunk meshes have to be stored somewhe * 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. +* OptiFine shaders aren't compatible, and will probably never be unless someone contributes a PR, 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. ## License -- cgit