update readme: java 11

This commit is contained in:
Bixilon 2021-10-20 23:44:10 +02:00
parent 3f656f1ba2
commit 92ae57e12c
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -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