diff --git a/ReadMe.md b/ReadMe.md index ae0a2bf6b..f93b77937 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -27,8 +27,8 @@ Minosoft is an open source minecraft client, written from scratch in kotlin (and - CPU: Minosoft works mostly asynchronous, so multiple cores are good. For FPS more clock speed is better. - RAM: ~500Mib. With overhead, etc 2Gib recommended - Disk space: Minosoft itself is pretty small (2-3 Mib), the libraries are a bit bigger (~80 Mib). You also need to have the "normal" minecraft assets (~ 300 MB per minecraft version). -- GPU: OpenGL 3.3+. Every moden GPU works and is recommended. -- Java 14+, 16 recommended (This is really important, we use features that are only available in this version. Java 8 is currently **not** supported). +- GPU: OpenGL 3.3+. Every modern GPU works and is recommended. +- Java 11+, newest version recommended (This is really important, we use features that are only available in this version. Java 8 is currently **not** supported). ## Rendering