fixed fabric.mod.json
This commit is contained in:
@ -3,8 +3,8 @@
|
|||||||
"id": "autoreconnect",
|
"id": "autoreconnect",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
|
|
||||||
"name": "Example Mod",
|
"name": "AutoReconnect",
|
||||||
"description": "This is an example description! Tell everyone what your mod is about!",
|
"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.",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Bstn1802"
|
"Bstn1802"
|
||||||
],
|
],
|
||||||
@ -14,7 +14,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
"license": "CC0-1.0",
|
"license": "CC0-1.0",
|
||||||
"icon": "assets/modid/icon.png",
|
"icon": "",
|
||||||
|
|
||||||
"environment": "*",
|
"environment": "*",
|
||||||
"entrypoints": {
|
"entrypoints": {
|
||||||
@ -34,4 +34,4 @@
|
|||||||
"suggests": {
|
"suggests": {
|
||||||
"flamingo": "*"
|
"flamingo": "*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user