Merge pull request #382 from Dazpoet/add_AtomicAge
Add AtomicAge to CKAN
This commit is contained in:
commit
1fc70bfd25
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier" : "AtomicAge",
|
||||
"name" : "Atomic Age - Nuclear Rockets",
|
||||
"author" : [ "Porkjet" ],
|
||||
"version" : "0.1",
|
||||
"abstract" : "Adds two new nuclear rockets and the ability to change between LFO/LF/O in fuel tanks",
|
||||
"ksp_version" : "0.90",
|
||||
"license" : "CC-BY-NC-SA-4.0",
|
||||
"download": "https://www.dropbox.com/s/9arvk618jzum8ww/AtomicAge.zip?dl=1",
|
||||
"depends" : [ { "name" : "ModuleManager" },
|
||||
{ "name" : "FirespitterCore" } ],
|
||||
"install" : [ { "find" : "AtomicAge",
|
||||
"install_to" : "GameData"} ]
|
||||
}
|
Loading…
Reference in New Issue