NetKAN updated mod - FoxDefenseContracts-2.0
This commit is contained in:
parent
24a39721c9
commit
7af8cfd746
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"spec_version": "v1.10",
|
||||
"identifier": "FoxDefenseContracts",
|
||||
"name": "Fox Defense Contracts - Tank turrets",
|
||||
"abstract": "Adding Turrets from early Wars to modern era. BDAc Expansion",
|
||||
|
@ -17,6 +17,9 @@
|
|||
"combat"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "BDArmoryContinued"
|
||||
}
|
||||
|
@ -24,6 +27,14 @@
|
|||
"install": [
|
||||
{
|
||||
"find": "FoxDefenseContracts",
|
||||
"install_to": "GameData",
|
||||
"filter_regexp": [
|
||||
"\\.git",
|
||||
"FoxDefenseContracts/FoxDefenseContracts"
|
||||
]
|
||||
},
|
||||
{
|
||||
"find": "FoxDefenseContracts/FoxDefenseContracts",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue