From 68bdf95ef826ef8ffe304f9c3ba71b6931fd9d27 Mon Sep 17 00:00:00 2001 From: Bixilon Date: Tue, 13 Jun 2023 13:27:05 +0200 Subject: [PATCH] readme: imitate note --- ReadMe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 1def399dd..da8582b67 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,10 +1,11 @@ # Minosoft + [](https://matrix.to/#/#minosoft:matrix.org) Minosoft is an open source minecraft client, written from scratch in kotlin (and java). It aims to bring more functionality and stability. -(To be clear: This is not clone of minecraft, it is a reimplementation) +(This is not a classical clone of minecraft, it completely re implements it!) (This software is not affiliated with Mojang AB, the original developer of Minecraft)

Notice: I am *not* responsible for anti cheat banned accounts, this project is heavily in development!

@@ -124,7 +125,6 @@ Thanks to @jugendhacker you can get minosoft directly from the arch user reposit 4. Optional: Checkout a current feature branch (Warning: might be unstable; might not even build) (`git checkout `) 5. Build and run Minosoft with `./gradlew run` (or on windows `./gradlew.bat run`). Alternatively just click on `run.cmd`. If any errors occur, feel free to contact me or open an issue - ## Code mirrors - [gitlab.bixilon.de](https://gitlab.bixilon.de/bixilon/minosoft/) (Main repository)