Skip to content

Commit

Permalink
Changed variables to constants in fabric.mod.json
Browse files Browse the repository at this point in the history
Doesn't work for me for some reason
  • Loading branch information
TechPro424 committed Apr 1, 2023
1 parent 3b7db23 commit c389e62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"schemaVersion": 1,
"id": "${id}",
"version": "${version}",
"name": "${name}",
"id": "autoreconnect",
"version": "3.0.0-beta",
"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"
Expand Down

0 comments on commit c389e62

Please sign in to comment.