From e1ea6bd5f28f0c6bdecdfb7cf6bc5eb8f6dc6e2d Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Sat, 25 Apr 2015 03:55:10 +0100 Subject: Testing stuff with builds --- src/main/resources/mcmod.info | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index 261c4c3..6cab559 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -1,14 +1,16 @@ [ { - "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.", + "modid": "${modid}", + "name": "${name}", + "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": "https://github.com/sor1n/Jewelrycraft", "updateUrl": "", - "authorList": "", - "credits": "domi1819, MrCompost, pau101", + "authorList": "OnyxDarkKnight", + "credits": "domi1819, MrCompost, pau101, bspkrs", "logoFile": "", "screenshots": [], "dependencies": [] -- cgit v1.2.3