NetKAN updated mod - MOLE-v1.25.0
This commit is contained in:
parent
b714148f88
commit
15d5dcd39f
|
@ -19,6 +19,9 @@
|
|||
"crewed"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "MOLE-PlayMode"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
|
@ -28,9 +31,6 @@
|
|||
{
|
||||
"name": "KerbalActuators"
|
||||
},
|
||||
{
|
||||
"name": "ClassicStockResources"
|
||||
},
|
||||
{
|
||||
"name": "BarisBridge"
|
||||
}
|
||||
|
@ -81,9 +81,14 @@
|
|||
"install_to": "GameData/WildBlueIndustries",
|
||||
"filter_regexp": [
|
||||
".*\\.pdb$",
|
||||
"SampleCraft"
|
||||
"SampleCraft",
|
||||
"Templates"
|
||||
]
|
||||
},
|
||||
{
|
||||
"find": "MOLE/Templates/Common",
|
||||
"install_to": "GameData/WildBlueIndustries/MOLE/Templates"
|
||||
},
|
||||
{
|
||||
"find": "VAB",
|
||||
"install_to": "Ships"
|
||||
|
|
Loading…
Reference in New Issue