NetKAN generated mods - ContractConfigurator-0.3.4, CustomBiomes-Data-RSS-v8.4, RealPlume-v7.0.4
This commit is contained in:
parent
5830267440
commit
5025b94f33
|
@ -23,7 +23,7 @@
|
|||
"repository": "https://github.com/jrossignol/ContractConfigurator"
|
||||
},
|
||||
"version": "0.3.4",
|
||||
"download": "https://github.com/jrossignol/ContractConfigurator/releases/download/0.3.4/GameData.zip",
|
||||
"download": "https://github.com/jrossignol/ContractConfigurator/releases/download/0.3.4/ContractConfigurator_0.3.4.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 42070,
|
||||
"ksp_version_min": "0.90.0",
|
||||
|
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "Custom Biomes (Real Solar System data)",
|
||||
"identifier": "CustomBiomes-Data-RSS",
|
||||
"abstract": "Custom biomes for the Real Solar System",
|
||||
"license": "CC-BY-NC-SA",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "any",
|
||||
"depends": [
|
||||
{
|
||||
"name": "RealSolarSystem"
|
||||
},
|
||||
{
|
||||
"name": "CustomBiomes"
|
||||
}
|
||||
],
|
||||
"provides": [
|
||||
"CustomBiomes-Data"
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "CustomBiomes-Data"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/55145",
|
||||
"repository": "https://github.com/NathanKell/RealSolarSystem"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "CustomBiomes",
|
||||
"install_to": "GameData",
|
||||
"comment": "This regexp only installs PluginData, and nothing else",
|
||||
"filter_regexp": "^(?!CustomBiomes/PluginData/)"
|
||||
}
|
||||
],
|
||||
"author": "NathanKell",
|
||||
"version": "v8.4",
|
||||
"download": "https://github.com/NathanKell/RealSolarSystem/releases/download/v8.4/RealSolarSystem_v8.4.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 15565042
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"spec_version": "v1.2",
|
||||
"name": "Real Plume",
|
||||
"identifier": "RealPlume",
|
||||
"abstract": "Option install for Realism Overhaul, adds realistic plume expansion to engines. See thread for currently configured engines.",
|
||||
|
|
Loading…
Reference in New Issue