removed log, added log to .gitignore and fixed the readme

This commit is contained in:
Bstn1802
2020-09-03 21:31:28 +02:00
parent 14563be594
commit 5f74edfbcf
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -27,3 +27,4 @@ bin/
# fabric
run/
log/

View File

@ -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.
<sub>(Btw you can exit the disconnect screen with <kbd>Esc</kbd>)</sub>
### 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)
<sub>(Mod doesn't change the background or the font, I was using a resource pack when I took the screenshots)</sub>
### 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.

View File