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

@@ -19,7 +19,7 @@ buildscript {
apply plugin: 'forge' apply plugin: 'forge'
version = "0.6" version = "1.0"
group= "eu.crushedpixel.replaymod" group= "eu.crushedpixel.replaymod"
archivesBaseName = "replaymod" archivesBaseName = "replaymod"

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB