Add CommunityTechTree 2.4 for KSP 1.1 (#1092)

Only on Curse.
Ref KSP-CKAN/NetKAN#3670
This commit is contained in:
Myk Dowling 2016-04-23 12:43:36 +10:00 committed by Matthew
parent 35b4b62315
commit 5b4153919e
1 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,37 @@
{
"spec_version": "v1.4",
"identifier": "CommunityTechTree",
"name": "Community Tech Tree",
"abstract": "An extension for the stock technology tree designed to support many mods",
"author": "Nertea",
"license": "CC-BY-NC-4.0",
"release_status": "stable",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/90530-11-community-tech-tree"
},
"version": "2.4.0",
"ksp_version": "1.1.0",
"depends": [
{
"name": "ModuleManager",
"min_version": "2.6.2"
}
],
"conflicts": [
{
"name": "ModOrientedTechTree"
},
{
"name": "ModOrientedTechTree-Unmanned"
}
],
"install": [
{
"find": "CommunityTechTree",
"install_to": "GameData"
}
],
"download": "http://addons-origin.cursecdn.com/files/2294/816/CommunityTechTree2_4_0.zip",
"download_size": 10387,
"x_generated_by": "netkan"
}