summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.gradle2
-rw-r--r--src/main/resources/mcmod.info12
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": []