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