Skip to content

Commit

Permalink
Version bump to 2.2.1; reformat mcmod.info; fix #42
Browse files Browse the repository at this point in the history
  • Loading branch information
3TUSK committed Dec 31, 2017
1 parent cae2b4e commit 878c21d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Mapping_Ver=snapshot_20171219

FCR_Ver_Major=2
FCR_Ver_Minor=2
FCR_Ver_Patch=0
FCR_Ver_Patch=1

IC2_Ver=2.8.30
JEI_Ver=4.8.5.138
Expand Down
33 changes: 17 additions & 16 deletions src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
[
{
"modid": "frogcraftrebirth",
"name": "FrogCraft: Rebirth",
"description": "Taking back the chemical industry to Minecraft world!",
"version": "${version}",
"mcversion": "${mcversion}",
"url" : "",
"updateUrl": "",
"authorList": ["FrogCraftRebirth Dev. Team"],
"credits": "M3gaFra3k, ueyudiud, dunge, Glease, huangziye812, and all contributors on GitHub",
"logoFile": "logo.png",
"screenshots": [],
"parent": "",
"requiredMods": ["forge@[12.18.1.2063,)", "ic2"],
"dependencies": ["jei"]
}
{
"modid": "frogcraftrebirth",
"name": "FrogCraft: Rebirth",
"description": "Taking back the chemical industry to Minecraft world!",
"version": "${version}",
"mcversion": "${mcversion}",
"url" : "",
"updateUrl": "",
"authorList": ["FrogCraftRebirth Dev. Team"],
"credits": "M3gaFra3k, ueyudiud, dunge, Glease, huangziye812, and all contributors on GitHub",
"logoFile": "logo.png",
"screenshots": [],
"parent": "",
"useDependencyInformation": true,
"requiredMods": ["ic2"],
"dependencies": ["jei"]
}
]

0 comments on commit 878c21d

Please sign in to comment.