Merge pull request #343 from Dazpoet/add_KopernicusTech

Add KopernicusTech
This commit is contained in:
Willhelm Rendahl 2015-04-20 02:46:32 +02:00
commit e9f9c104d4
1 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,43 @@
{
"spec_version" : "v1.4",
"identifier" : "KopernicusTech",
"name" : "KopernicusTech",
"abstract" : "An attempt to integrate Kopernicus with KittopiaTech",
"license" : "GPL-3.0",
"version" : "0.13",
"author" : "Gravitasi",
"ksp_version" : "0.90",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/109122"
},
"download" : "https://www.dropbox.com/s/7b999gme8p7cgfr/KopernicusTech_v0.13.zip?dl=1",
"install" : [
{
"find" : "KittopiaSpace",
"install_to" : "GameData",
"filter" : "Textures"
},
{
"find" : "Kopernicus",
"install_to" : "GameData"
}
],
"depends" : [
{
"name" : "ModuleManager"
}
],
"suggests" : [
{
"name" : "DDSLoader"
}
],
"conflicts" : [
{
"name" : "Kopernicus"
},
{
"name" : "KittopiaTech"
}
]
}