From 31f8cecc920893da2ed24d4ee93181838bf07298 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Wed, 13 Oct 2021 22:04:41 -0500 Subject: [PATCH] Add the minimum OpenGL version to the readme BufferStorage technically only requires OpenGL 4.4, but I already had 4.5 written everywhere. If it becomes a problem that going to 4.4 fixes I could probably roll back to that. --- Readme.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Readme.txt b/Readme.txt index 9213d13ce..016accca5 100644 --- a/Readme.txt +++ b/Readme.txt @@ -69,3 +69,6 @@ Source code uses Mojang mappings. The source code can be 'created' with the ./eclipse command and can be found in the following path: minecraft-lod-mod\build\fg_cache\mcp\ VERSION \joined\ RANDOM_STRING \patch\output.jar + + +The mod requires OpenGL 4.5 (as of 10-13-2021)