diff options
| author | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2015-04-25 03:00:54 +0100 |
|---|---|---|
| committer | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2015-04-25 03:00:54 +0100 |
| commit | d068bd87a35accd3112c48717751438f0185242f (patch) | |
| tree | 63b17deecba17c749601138de0bd80181b5c6c5e | |
| parent | 404fc0472972682bb28ad12ad28233c6ae3b80ef (diff) | |
Just some minor changes
| -rw-r--r-- | build.gradle | 2 | ||||
| -rw-r--r-- | src/main/resources/mcmod.info | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/build.gradle b/build.gradle index 9cf682b..981629d 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ if (System.getenv().BUILD_NUMBER) project.buildnumber = System.getenv().BUILD_NU version = "1.7.10-alpha-" + project.buildnumber group= "darkknight.jewelrycraft2" -archivesBaseName = "Jewelrycraft 2" +archivesBaseName = "Jewelrycraft2" sourceCompatibility = JavaVersion.VERSION_1_7 targetCompatibility = JavaVersion.VERSION_1_7 diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index f480667..261c4c3 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -1,14 +1,14 @@ [ { - "modid": "examplemod", - "name": "Example Mod", - "description": "Example placeholder mod.", + "modid": "jewelrycraft2", + "name": "Jewelrycraft 2", + "description": "Jewelrycraft 2 is a mod about creating jewellery and imbuing them with mystical powers. However, they have both positives and negatives. There are also curses, some good, some bad. Maybe acquiring some wouldn't be that bad.", "version": "${version}", "mcversion": "${mcversion}", - "url": "", + "url": "https://github.com/sor1n/Jewelrycraft", "updateUrl": "", - "authorList": ["ExampleDude"], - "credits": "The Forge and FML guys, for making this example", + "authorList": "", + "credits": "domi1819, MrCompost, pau101", "logoFile": "", "screenshots": [], "dependencies": [] |
