diff --git a/GameData/RealISRU/RealISRU.netkan b/GameData/RealISRU/RealISRU.netkan new file mode 100644 index 0000000..c5f0b15 --- /dev/null +++ b/GameData/RealISRU/RealISRU.netkan @@ -0,0 +1,30 @@ +{ + "spec_version" : 1.0, + "identifier" : "", + "$kref" : "#/ckan/github/KSP-RO/RealISRU", + "license" : "CC-BY-NC-SA-4.0", + "ksp_version" : "1.4.3", + + "ksp_version_min" : { + "description" : "Optional minimum KSP version", + "$ref" : "1.4.0" + }, + + "ksp_version_max" : { + "description" : "Optional maximum KSP version", + "$ref" : "1.4.99" + }, + + "resources": { + "homepage": "https://github.com/KSP-RO/RealISRU" + } + "depends": [ + { "name": "ModuleManager" } + ], + "recommends": [ + { "name": "RealismOverhaul" } + ], + "suggests": [ + { "name": "RealSolarSystem" }, + ] +}