Skip to content

Commit

Permalink
Add mcmod.info. Closes iChun#591
Browse files Browse the repository at this point in the history
  • Loading branch information
iChun committed Oct 5, 2014
1 parent 059302d commit 13689b7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[
{
"modid" : "Morph",
"name" : "Morph",
"version" : "${version}",
"url" : "http://ichun.us/mods/morph/",
"credits" : "",
"authors": [
"iChun"
],
"description": "This mod allows you to kill other entities and take their form.",
"logoFile" : "",
"updateUrl" : "",
"parent" : "",
"screenshots": [
],
"dependancies": [
"Forge", "iChunUtil"
]
}
]

0 comments on commit 13689b7

Please sign in to comment.