aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/mcmod.info
diff options
context:
space:
mode:
authorMoulberry <jjenour@student.unimelb.edu.au>2022-10-15 16:14:46 +0200
committerGitHub <noreply@github.com>2022-10-15 16:14:46 +0200
commit9dff9de9be425a07691951f7f7e6d43ca2c967bf (patch)
tree525c4086b4b8cb9ee2a329dee7a0915ceaaa788a /src/main/resources/mcmod.info
parent7c6d37b2eb758a13b342b906f0aef88b940bc52a (diff)
parentdf02addf3404f07f245d6e6da8ce3ee8d72bd235 (diff)
downloadNotEnoughUpdates-9dff9de9be425a07691951f7f7e6d43ca2c967bf.tar.gz
NotEnoughUpdates-9dff9de9be425a07691951f7f7e6d43ca2c967bf.tar.bz2
NotEnoughUpdates-9dff9de9be425a07691951f7f7e6d43ca2c967bf.zip
Merge pull request #268 from NotEnoughUpdates/masterv2.1.0
2.1 Continued
Diffstat (limited to 'src/main/resources/mcmod.info')
-rw-r--r--src/main/resources/mcmod.info30
1 files changed, 16 insertions, 14 deletions
diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info
index d20efafe..70f63a48 100644
--- a/src/main/resources/mcmod.info
+++ b/src/main/resources/mcmod.info
@@ -1,16 +1,18 @@
[
-{
- "modid": "notenoughupdates",
- "name": "NotEnoughUpdates",
- "description": "Mod that shows recipes and useful info for Hypixel's Skyblock gamemode.",
- "version": "${version}",
- "mcversion": "${mcversion}",
- "url": "https://github.com/Moulberry/NotEnoughUpdates/",
- "updateUrl": "https://github.com/Moulberry/NotEnoughUpdates/releases",
- "authorList": ["Moulberry"],
- "credits": "",
- "logoFile": "",
- "screenshots": [],
- "dependencies": []
-}
+ {
+ "modid": "notenoughupdates",
+ "name": "NotEnoughUpdates",
+ "description": "Mod that shows recipes and useful info for Hypixel's Skyblock gamemode.",
+ "version": "${version}",
+ "mcversion": "${mcversion}",
+ "url": "https://github.com/NotEnoughUpdates/NotEnoughUpdates/",
+ "updateUrl": "https://github.com/NotEnoughUpdates/NotEnoughUpdates/releases",
+ "authorList": [
+ "Moulberry"
+ ],
+ "credits": "",
+ "logoFile": "",
+ "screenshots": [],
+ "dependencies": []
+ }
]