NetKAN updated mod - FoxDefenseContracts-2.0

This commit is contained in:
NetKAN inflator Robot 2022-05-13 14:22:48 +00:00
parent 24a39721c9
commit 7af8cfd746
1 changed files with 12 additions and 1 deletions

View File

@ -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"
}
],