ActuallyAdditions/src/main/resources/mcmod.info
Ellpeck 3f70981076 Almost ready to release for Beta!
Crafting, Textures, In- and Output etc. done!
2015-03-07 02:23:31 +01:00

21 lines
556 B
JSON

[
{
"modid": "SomePrettyRandomStuff",
"name": "Some Pretty Random Stuff",
"description": "A bunch of random stuff added to your Game to make it even more fun, exciting and add some more variety!",
"version": "0.0.1",
"mcversion": "1.7.10",
"url": "https://github.com/Ellpeck/SomePrettyRandomStuff",
"updateUrl": "",
"authorList": [
"Ellpeck"
],
"credits": "GlenthorLP for all of the awesome Graphics",
"logoFile": "assets/someprettyrandomstuff/textures/logo.png",
"screenshots": [
],
"parent":"",
"dependencies": [
]
}
]