Merge pull request #1408 from thatsIch/e-logo

Closes #1404: Added logo to AE2
This commit is contained in:
thatsIch
2015-05-08 19:44:02 +02:00
4 changed files with 19 additions and 19 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 229 KiB

+14 -16
View File
@@ -1,19 +1,17 @@
[
{
"modid":"appliedenergistics2",
"name":"Applied Energistics 2",
"description":"A Mod about Matter, Energy and using them to conquer the world..",
"version":"${version}",
"mcversion":"${mcversion}",
"url":"http://ae2.ae-mod.info",
"updateUrl":"",
"authorList":[
{
"modid":"appliedenergistics2",
"name":"Applied Energistics 2",
"description":"A Mod about Matter, Energy and using them to conquer the world..",
"version":"${version}",
"mcversion":"${mcversion}",
"url":"http://ae2.ae-mod.info",
"updateUrl":"",
"authorList":[
"AlgorithmX2"
],
"credits":"AlgorithmX2",
"logoFile":"",
"screenshots":[
]
}
],
"credits":"AlgorithmX2",
"logoFile":"assets/appliedenergistics2/meta/logo.png",
"screenshots":[]
}
]