Closes #1404: Added logo to AE2

This commit is contained in:
thatsIch
2015-05-07 17:46:38 +02:00
parent e6e1771349
commit 81464d7de1
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":[]
}
]