NetKAN updated mod - Buffalo-v2.9.0
This commit is contained in:
parent
b714148f88
commit
12525677b1
Buffalo
|
@ -3,7 +3,7 @@
|
|||
"identifier": "Buffalo",
|
||||
"name": "Buffalo",
|
||||
"abstract": "NASA Inspired MSEV - Explore In Style",
|
||||
"author": "Angel125",
|
||||
"author": "Angel-125",
|
||||
"version": "v2.9.0",
|
||||
"ksp_version_min": "1.8.0",
|
||||
"license": "GPL-3.0",
|
||||
|
@ -18,6 +18,9 @@
|
|||
"crewed"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "Buffalo-PlayMode"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
|
@ -29,18 +32,12 @@
|
|||
},
|
||||
{
|
||||
"name": "KerbalActuators"
|
||||
},
|
||||
{
|
||||
"name": "ClassicStockResources"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "Snacks"
|
||||
},
|
||||
{
|
||||
"name": "ClassicStockResources"
|
||||
},
|
||||
{
|
||||
"name": "ExtraPlanetaryLaunchpads"
|
||||
},
|
||||
|
@ -76,9 +73,14 @@
|
|||
"find": "Buffalo",
|
||||
"install_to": "GameData/WildBlueIndustries",
|
||||
"filter": [
|
||||
"Ships"
|
||||
"Ships",
|
||||
"Templates"
|
||||
]
|
||||
},
|
||||
{
|
||||
"find": "Buffalo/Templates/Common",
|
||||
"install_to": "GameData/WildBlueIndustries/Buffalo/Templates"
|
||||
},
|
||||
{
|
||||
"find": "Ships/SPH",
|
||||
"install_to": "Ships"
|
||||
|
|
Loading…
Reference in New Issue