diff options
| author | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2015-04-25 03:55:10 +0100 |
|---|---|---|
| committer | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2015-04-25 03:55:10 +0100 |
| commit | e1ea6bd5f28f0c6bdecdfb7cf6bc5eb8f6dc6e2d (patch) | |
| tree | 7a9d79d91a2cdc89674d7951e44433c78605a863 /src/main/resources | |
| parent | d068bd87a35accd3112c48717751438f0185242f (diff) | |
Testing stuff with builds
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/mcmod.info | 12 |
1 files changed, 7 insertions, 5 deletions
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": [] |
