From 92ae57e12c5f6feff5eb8ec2679da782f391c1fe Mon Sep 17 00:00:00 2001 From: Bixilon Date: Wed, 20 Oct 2021 23:44:10 +0200 Subject: [PATCH] update readme: java 11 --- ReadMe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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