aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-10 18:31:12 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-10 18:31:12 +0100
commit45fdcb9d1de40bd9ae3a9784fe908f1191976507 (patch)
tree788ed56999a8d7de89c28b42460cebcdc6ad9036 /src
parent42c2f4f7375dd06167f3413bfcb6de375f68b769 (diff)
downloadskyhanni-45fdcb9d1de40bd9ae3a9784fe908f1191976507.tar.gz
skyhanni-45fdcb9d1de40bd9ae3a9784fe908f1191976507.tar.bz2
skyhanni-45fdcb9d1de40bd9ae3a9784fe908f1191976507.zip
code cleanup
Diffstat (limited to 'src')
-rw-r--r--src/main/resources/mcmod.info8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info
index ba340cda6..0e135af9d 100644
--- a/src/main/resources/mcmod.info
+++ b/src/main/resources/mcmod.info
@@ -7,10 +7,14 @@
"mcversion": "1.8.9",
"url": "https://github.com/hannibal002/SkyHanni",
"updateUrl": "",
- "authorList": ["hannibal2"],
+ "authorList": [
+ "hannibal2"
+ ],
"credits": "https://github.com/hannibal002/SkyHanni/graphs/contributors",
"logoFile": "assets/skyhanni/logo.png",
"screenshots": [],
- "dependencies": ["NotEnoughUpdates"]
+ "dependencies": [
+ "NotEnoughUpdates"
+ ]
}
]