From 5f74edfbcfccf8b6e55904d6277151ce7b5b270d Mon Sep 17 00:00:00 2001 From: Bstn1802 <37768378+Bstn1802@users.noreply.github.com> Date: Thu, 3 Sep 2020 21:31:28 +0200 Subject: [PATCH] removed log, added log to .gitignore and fixed the readme --- .gitignore | 1 + README.md | 9 ++++++--- logs/latest.log | 0 3 files changed, 7 insertions(+), 3 deletions(-) delete mode 100644 logs/latest.log diff --git a/.gitignore b/.gitignore index 550b373..66f16ea 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ bin/ # fabric run/ +log/ diff --git a/README.md b/README.md index b6dca7d..b6cabe3 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,18 @@ ### Description This mod allows you to afk without fear of getting disconnected. It will make 4 attempts to reconnect you to the server you were disconnected from, with a delay of 3, 10, 60 and 300 seconds. +After 4 failed attempts it will no longer try to reconnect. +(Btw you can exit the disconnect screen with Esc) ### Screenshots -![countdown](src/main/resources/assets.png) +![countdown](src/main/resources/assets/screenshot_countdown.png) +![failed](src/main/resources/assets/screenshot_failed.png) -(Mod doesn't change the background or the font, I was using a resource pack when I took the screenshots) +(Mod doesn't change the background or the font, I was using a resource pack when I took the screenshots) ### License -This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects. +This mod is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects. \ No newline at end of file diff --git a/logs/latest.log b/logs/latest.log deleted file mode 100644 index e69de29..0000000