Updated build.gradle for Version 1.0 #hype!!

Updated mcmod.info to finally contain more than "an example placeholder mod"
This commit is contained in:
CrushedPixel
2015-08-12 11:32:03 +02:00
parent d8cd278399
commit d214a05d76
3 changed files with 6 additions and 7 deletions

View File

@@ -2,14 +2,13 @@
{
"modid": "replaymod",
"name": "Replay Mod",
"description": "Example placeholder mod.",
"description": "A Mod which allows you to record, replay and share your Minecraft experience.",
"version": "${version}",
"mcversion": "${mcversion}",
"url": "",
"updateUrl": "",
"authorList": ["CrushedPixel"],
"credits": "Johni0702 for helping me out!",
"logoFile": "",
"url": "https://replaymod.com",
"updateUrl": "https://replaymod.com/download",
"authorList": ["CrushedPixel", "johni0702"],
"logoFile": "replaymod_logo.png",
"screenshots": [],
"dependencies": []
}