Skip to content

Commit

Permalink
adopting ALCOR and pointing it at my new version
Browse files Browse the repository at this point in the history
note that the new version includes the IVA instead of keeping a separate package, so I've marked the old IVA pack as a conflict
  • Loading branch information
JonnyOThan authored Nov 8, 2023
1 parent ac1b597 commit d69e059
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions NetKAN/ALCOR.frozen → NetKAN/ALCOR.netkan
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{

Check warning on line 1 in NetKAN/ALCOR.netkan

View workflow job for this annotation

GitHub Actions / Inflate

4593 [1] WARN CKAN.NetKAN.Validators.VrefValidator (null) - $vref is not ksp-avc, version file present: GameData/ASET/ALCOR/ALCOR.version
"spec_version": "v1.4",
"identifier": "ALCOR",
"$kref": "#/ckan/spacedock/1203",
"$kref": "#/ckan/spacedock/3499",
"license": "CC-BY-NC-SA-3.0",
"tags": [
"parts",
Expand All @@ -13,11 +13,18 @@
} ],
"depends": [
{ "name": "ASETAgency" },
{ "name": "ModuleManager" }
{ "name": "ModuleManager" },
{ "name": "ASETProps" },
],
"recommends": [
{ "name": "FreeIva" }
],
"supports": [
{ "name": "KIS" },
{ "name": "KeepFit" },
{ "name": "ConnectedLivingSpace" }
],
"conflicts": [
{ "name": "ALCORIVAPatch" }
]
}

0 comments on commit d69e059

Please sign in to comment.