Files
wolf-signal/src/main/resources/fabric.mod.json
Bstn1802 e3187ee615 Major update
Added configuration for delay and attempts
Added commands to reload and change config
Added support for 1.16
Added support for ModMenu and AuthMe
Improved reconnecting logic to be more efficient and cleaner looking
Improved countdown overlay
2021-01-05 03:06:41 +01:00

36 lines
854 B
JSON

{
"schemaVersion": 1,
"id": "autoreconnect",
"version": "1.1.0",
"name": "AutoReconnect",
"description": "This mod will automatically try to reconnect you back to a server if you got disconnected.\nBy default, it will make 4 attempts after 3, 10, 30 and 60 seconds.",
"authors": [
"Bstn1802"
],
"contact": {
"homepage": "https://www.curseforge.com/minecraft/mc-mods/autoreconnect",
"sources": "https://github.com/Bstn1802/AutoReconnect",
"issues": "https://github.com/Bstn1802/AutoReconnect/issues"
},
"license": "CC0-1.0",
"icon": "assets/icon16.png",
"environment": "client",
"entrypoints": {
"main": [
"net.autoreconnect.AutoReconnect"
]
},
"mixins": [
"autoreconnect.mixins.json"
],
"depends": {
"fabricloader": ">=0.7.4",
"fabric": "*",
"minecraft": ">=1.16"
}
}