|
| 1 | +{ |
| 2 | + "spec_version" : "v1.4", |
| 3 | + "identifier" : "CommunityTechTree", |
| 4 | + "$vref" : "#/ckan/ksp-avc", |
| 5 | + "license" : "CC-BY-NC-4.0", |
| 6 | + "name": "Community Tech Tree", |
| 7 | + "author": "Nertea", |
| 8 | + "abstract" : "Community-developed tech tree extension, with support for many mods.", |
| 9 | + "resources": { |
| 10 | + "homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/90530-16x-community-tech-tree-january-21/", |
| 11 | + "repository": "https://github.com/ChrisAdderley/CommunityTechTree" |
| 12 | + }, |
| 13 | + "x_netkan_epoch" : "1", |
| 14 | + "depends" : [ |
| 15 | + { "name" : "ModuleManager", "min_version" : "2.6.2" } |
| 16 | + ], |
| 17 | + "supports" : [ |
| 18 | + { "name" : "AlcubierreStandalone" }, |
| 19 | + { "name" : "CryoEngines" }, |
| 20 | + { "name" : "KerbalAtomics" }, |
| 21 | + { "name" : "KSPInterstellarExtended" }, |
| 22 | + { "name" : "ModularRocketSystem" }, |
| 23 | + { "name" : "ModularRocketSystemLITE" }, |
| 24 | + { "name" : "NearFuturePropulsion" }, |
| 25 | + { "name" : "NearFutureElectrical" }, |
| 26 | + { "name" : "NearFutureSolar" }, |
| 27 | + { "name" : "NearFutureConstruction" }, |
| 28 | + { "name" : "NearFutureSpacecraft" }, |
| 29 | + { "name" : "NearFutureLaunchVehicles" }, |
| 30 | + { "name" : "HeatControl" }, |
| 31 | + { "name" : "StationPartsExpansionRedux" }, |
| 32 | + { "name" : "SpaceY-Lifters" }, |
| 33 | + { "name" : "USI-LS" }, |
| 34 | + { "name" : "UKS" } |
| 35 | + ], |
| 36 | + "conflicts" : [ |
| 37 | + { "name" : "ModOrientedTechTree" }, |
| 38 | + { "name" : "ModOrientedTechTree-Unmanned" } |
| 39 | + ], |
| 40 | + "install" : [ |
| 41 | + { "find" : "CommunityTechTree", "install_to" : "GameData" } |
| 42 | + ] |
| 43 | +} |
0 commit comments