Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove spec_version from all netkans #10166

Merged
merged 2 commits into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 0 additions & 1 deletion NetKAN/10kmOmniEVA4RT.frozen
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"spec_version": "v1.4",
"identifier": "10kmOmniEVA4RT",
"$kref": "#/ckan/spacedock/1218",
"x_netkan_epoch": "1",
Expand Down
1 change: 0 additions & 1 deletion NetKAN/1869.frozen
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"spec_version" : "v1.18",
"name" : "1869 A Steampunk Mod",
"identifier" : "1869",
"$kref" : "#/ckan/curse/248613",
Expand Down
1 change: 0 additions & 1 deletion NetKAN/2KASJ0523Planetarysystem.frozen
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"$kref": "#/ckan/spacedock/774",
"spec_version": "v1.4",
"identifier": "2KASJ0523Planetarysystem",
"license": "MIT",
"install": [
Expand Down
1 change: 0 additions & 1 deletion NetKAN/4kSP.frozen
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"spec_version": "v1.4",
"identifier": "4kSP",
"$kref": "#/ckan/spacedock/2228",
"license": "MIT",
Expand Down
3 changes: 1 addition & 2 deletions NetKAN/4kSPExpanded.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"graphics"
],
"install": [ {
"find":"4ksp",

Check warning on line 19 in NetKAN/4kSPExpanded.netkan

View workflow job for this annotation

GitHub Actions / Inflate

19:9 [indentation] wrong indentation: expected 4 but found 8
"install_to": "GameData"

Check warning on line 20 in NetKAN/4kSPExpanded.netkan

View workflow job for this annotation

GitHub Actions / Inflate

20:9 [indentation] wrong indentation: expected 4 but found 8
} ],
"spec_version": "v1.4"
} ]

Check warning on line 21 in NetKAN/4kSPExpanded.netkan

View workflow job for this annotation

GitHub Actions / Inflate

21:5 [indentation] wrong indentation: expected 2 but found 4
}
1 change: 0 additions & 1 deletion NetKAN/64k-overhaul.frozen
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"spec_version" : 1,
"identifier" : "64k-overhaul",
"$kref" : "#/ckan/github/Kerbinorbiter/64k-overhaul",
"name" : "64K Overhaul",
Expand Down
1 change: 0 additions & 1 deletion NetKAN/64xscale128xdistance.frozen
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"spec_version": "v1.4",
"identifier": "64xscale128xdistance",
"$kref": "#/ckan/spacedock/1487",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion NetKAN/A6Intruder.frozen
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"spec_version": "v1.4",
"$kref": "#/ckan/kerbalstuff/1243",
"identifier": "A6Intruder",
"license": "WTFPL",
Expand Down
1 change: 0 additions & 1 deletion NetKAN/A7Corsair2.frozen
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"$kref": "#/ckan/kerbalstuff/810",
"spec_version": "v1.2",
"license": "WTFPL",
"identifier": "A7Corsair2",
"depends": [
Expand Down
1 change: 0 additions & 1 deletion NetKAN/AAResourceTanks.frozen
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"identifier" : "AAResourceTanks",
"spec_version" : 1,
"$kref" : "#/ckan/kerbalstuff/631",
"license" : "CC-BY-SA-3.0",

Expand Down
1 change: 0 additions & 1 deletion NetKAN/AATI-Flags.netkan
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"spec_version": "v1.4",
"identifier": "AATI-Flags",
"$kref": "#/ckan/spacedock/2006",
"license": "GPL-3.0",
Expand Down
37 changes: 18 additions & 19 deletions NetKAN/ABCORS.netkan
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
{

Check warning on line 1 in NetKAN/ABCORS.netkan

View workflow job for this annotation

GitHub Actions / Inflate

1471 [1] WARN CKAN.NetKAN.Validators.PluginsValidator (null) - Unbounded future compatibility for module with a plugin, consider setting $vref or ksp_version or ksp_version_max
"spec_version": 1,
"identifier": "ABCORS",
"name": "ABookCase Orbital Reference System",
"abstract": "Hover the mouse on your orbit to display contextual information.",
"author": [
"zentarul",
"linuxgurugamer"
],
"license": "MIT",
"$kref": "#/ckan/github/linuxgurugamer/abcors",
"$vref": "#/ckan/ksp-avc",
"resources": {
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/172663-*",
"repository": "https://github.com/linuxgurugamer/abcors"
},
"tags": [
"plugin",
"information"
]
"identifier": "ABCORS",
"name": "ABookCase Orbital Reference System",
"abstract": "Hover the mouse on your orbit to display contextual information.",

Check warning on line 4 in NetKAN/ABCORS.netkan

View workflow job for this annotation

GitHub Actions / Inflate

4:81 [line-length] line too long (83 > 80 characters)
"author": [
"zentarul",
"linuxgurugamer"
],
"license": "MIT",
"$kref": "#/ckan/github/linuxgurugamer/abcors",
"$vref": "#/ckan/ksp-avc",
"resources": {
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/172663-*",
"repository": "https://github.com/linuxgurugamer/abcors"
},
"tags": [
"plugin",
"information"
]
}
1 change: 0 additions & 1 deletion NetKAN/ABLaunchers.frozen
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"spec_version": "v1.4",
"license": "CC-BY-NC-SA-4.0",
"$kref": "#/ckan/spacedock/181",
"identifier": "ABLaunchers",
Expand Down
1 change: 0 additions & 1 deletion NetKAN/ADIOS.frozen
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"spec_version": 1,
"identifier": "ADIOS",
"$kref": "#/ckan/kerbalstuff/545",
"license": "GPL-3.0",
Expand Down
1 change: 0 additions & 1 deletion NetKAN/AECS-Motion-Suppressor.netkan
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{

Check warning on line 1 in NetKAN/AECS-Motion-Suppressor.netkan

View workflow job for this annotation

GitHub Actions / Inflate

1412 [1] WARN CKAN.NetKAN.Validators.PluginsValidator (null) - Unbounded future compatibility for module with a plugin, consider setting $vref or ksp_version or ksp_version_max
"spec_version": "v1.4",
"identifier": "AECS-Motion-Suppressor",
"name": "AECS_Motion_Suppressor (air brake, engine, & control surface)",
"abstract": "This mod disables and re-enables your control surfaces on atmosphere exit/ entry to stop your SSTOs pointlessly flapping their wings in space. Also disables engine gimbaling when not running",

Check warning on line 4 in NetKAN/AECS-Motion-Suppressor.netkan

View workflow job for this annotation

GitHub Actions / Inflate

4:81 [line-length] line too long (209 > 80 characters)
Expand Down
1 change: 0 additions & 1 deletion NetKAN/AGExt.netkan
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{

Check warning on line 1 in NetKAN/AGExt.netkan

View workflow job for this annotation

GitHub Actions / Inflate

1660 [1] WARN CKAN.NetKAN.Validators.PluginsValidator (null) - Unbounded future compatibility for module with a plugin, consider setting $vref or ksp_version or ksp_version_max
"spec_version": 1,
"identifier": "AGExt",
"name": "Action Groups Extended",
"abstract": "Increases the number of action groups to 250 and allows in-flight editing.",

Check warning on line 4 in NetKAN/AGExt.netkan

View workflow job for this annotation

GitHub Actions / Inflate

4:81 [line-length] line too long (97 > 80 characters)
Expand All @@ -19,7 +18,7 @@
"convenience"
],
"depends": [
{ "name": "ModuleManager" },

Check warning on line 21 in NetKAN/AGExt.netkan

View workflow job for this annotation

GitHub Actions / Inflate

21:40 [braces] too many spaces inside braces
{ "name": "ClickThroughBlocker" },
{ "name": "SpaceTuxLibrary" }
],
Expand Down
1 change: 0 additions & 1 deletion NetKAN/AGroupOnStage.frozen
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"spec_version" : "v1.4",
"name" : "AGroupOnStage",
"abstract" : "Allows action groups to be fired when a vessel is staged",
"identifier" : "AGroupOnStage",
Expand Down
1 change: 0 additions & 1 deletion NetKAN/AIES-DeimosRast.netkan
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"spec_version": "v1.4",
"identifier": "AIES-DeimosRast",
"name": "Antenna Patches from @DeimosRast for the AIES-Patches mod",
"abstract": "These are antenna patches from @DeimosRast needed to update the AIES Aerospace mod for KSP 1.8.x and beyond",
Expand Down
5 changes: 2 additions & 3 deletions NetKAN/AIES-Patches.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@
"depends": [
{ "name": "AIESAerospace-Unofficial" },
{ "name": "AIES-Antenna-Patches" },
{ "name": "ModuleManager" }
{ "name": "ModuleManager" }
],
"install": [
{
"find": "AIES_Patches",
"install_to": "GameData",
"filter": ["DeimosRast", "TK421d", "MiniAVC.dll"]
}
],
"spec_version": "v1.4"
]
}
1 change: 0 additions & 1 deletion NetKAN/AIES-TK421d.netkan
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"spec_version": "v1.4",
"identifier": "AIES-TK421d",
"name": "Antenna Patches from @TK421d for the AIES-Patches mod",
"abstract": "These are antenna patches from @TK421d needed to update the AIES Aerospace mod for KSP 1.8.x and beyond",
Expand Down
1 change: 0 additions & 1 deletion NetKAN/AIESAerospace-Unofficial.frozen
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"spec_version": 1,
"identifier": "AIESAerospace-Unofficial",
"name": "AIES Aerospace",
"abstract": "The AIES project is a set pieces to make almost any type of mission, more than 80 pieces so far, engine, fuel tank of any size, Pods, fixed solar panels, SAS, rcs tank, landing legs among others. ",
Expand Down
1 change: 0 additions & 1 deletion NetKAN/AJEExtendedConfigs.frozen
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"spec_version": "v1.4",
"identifier": "AJEExtendedConfigs",
"$kref": "#/ckan/github/seanyoung247/AJEExtended",
"x_netkan_epoch": 2,
Expand Down
1 change: 0 additions & 1 deletion NetKAN/ALCOR.netkan
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
spec_version: v1.4
identifier: ALCOR
author:
- alexustas
Expand Down
1 change: 0 additions & 1 deletion NetKAN/ALCORIVAPatch.frozen
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"spec_version": "v1.4",
"identifier": "ALCORIVAPatch",
"$kref": "#/ckan/spacedock/1205",
"license": "CC-BY-NC-SA-3.0",
Expand Down
1 change: 0 additions & 1 deletion NetKAN/AMEG.frozen
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"spec_version" : 1,
"identifier" : "AMEG",
"author" : "Justin Kerbice",
"$kref" : "#/ckan/kerbalstuff/279",
Expand Down
1 change: 0 additions & 1 deletion NetKAN/ANGLECANAchievementTree.netkan
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
spec_version: v1.18
identifier: ANGLECANAchievementTree
$kref: '#/ckan/spacedock/3160'
license: CC-BY-NC-SA
Expand Down
1 change: 0 additions & 1 deletion NetKAN/ANGLECANPartTweaks.netkan
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
spec_version: v1.4
identifier: ANGLECANPartTweaks
$kref: '#/ckan/spacedock/2870'
license: CC-BY-NC-SA
Expand Down
1 change: 0 additions & 1 deletion NetKAN/ANGLECANProgression.netkan
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
spec_version: v1.4
identifier: ANGLECANProgression
$kref: '#/ckan/spacedock/2849'
license: CC-BY-NC-SA
Expand Down
1 change: 0 additions & 1 deletion NetKAN/ANGLECANProgressionPlus.netkan
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
spec_version: v1.18
identifier: ANGLECANProgressionPlus
$kref: '#/ckan/spacedock/3178'
license: CC-BY-NC-SA
Expand Down
27 changes: 13 additions & 14 deletions NetKAN/APModpack.frozen
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
{
"spec_version": 1,
"identifier" : "APModpack",
"name" : "Airship Pirates KSP Modpack",
"author" : [ "Thomdare", "Lego", "DMP and BDArmory Developers" ],
"abstract" : "A collection of all the mods on the AP KSP server. Use all recommended mods.",
"version" : "0.1.0",
"ksp_version" : "1.1.3",
"license" : "GPL-3.0",
"depends": [
"depends": [
{ "name": "ModuleManager" },
{ "name": "CommunityResourcePack"},
{ "name": "DarkMultiPlayer"},
{ "name": "ExtraPlanetaryLaunchpads"},
{ "name": "FirespitterCore"},
{ "name": "HooliganLabsAirships"},
{ "name": "HyperEdit"},
{ "name": "KAS"},
{ "name": "KIS"},
{ "name": "MechJeb2"},
{ "name": "USI-EXP"},
{ "name": "USITools"},
{"name": "BDArmoryContinued"}
{ "name": "CommunityResourcePack"},
{ "name": "DarkMultiPlayer"},
{ "name": "ExtraPlanetaryLaunchpads"},
{ "name": "FirespitterCore"},
{ "name": "HooliganLabsAirships"},
{ "name": "HyperEdit"},
{ "name": "KAS"},
{ "name": "KIS"},
{ "name": "MechJeb2"},
{ "name": "USI-EXP"},
{ "name": "USITools"},
{"name": "BDArmoryContinued"}
],
"download": "https://www.dropbox.com/s/tasbc0se2hi1zhg/APModpack.zip?dl=1"
}
1 change: 0 additions & 1 deletion NetKAN/APPLE.netkan
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
spec_version: v1.4
identifier: APPLE
name: Approved Popular Pre-Launch Experiment
abstract: A small mod to automate some of the more monotonous tasks
Expand Down
3 changes: 1 addition & 2 deletions NetKAN/AQSS.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@
"find": "AutoQuickSaveSystem",
"install_to": "GameData"
}
],
"spec_version": "v1.4"
]
}
45 changes: 22 additions & 23 deletions NetKAN/ASET-PRC.netkan
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
{
"spec_version": "v1.4",
"identifier": "ASET-PRC",
"name": "ASET PRC (Portable Rover Components)",
"abstract": "Portable Rover Components",
"author": "linuxgurugamer",
"$kref": "#/ckan/github/linuxgurugamer/ASET_PRC_Rover",
"$vref": "#/ckan/ksp-avc",
"license": "CC-BY-NC-SA-3.0",
"resources": {
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/189044-*",
"spacedock": "https://spacedock.info/mod/2252/ASET%20PRC%20(Portable%20Rover%20Components)",
"repository": "https://github.com/linuxgurugamer/ASET_PRC_Rover"
},
"tags": [
"parts"
],
"depends": [
{ "name": "ModuleManager" }
],
"install": [ {
"find": "ASET",
"install_to": "GameData"
} ]
"identifier": "ASET-PRC",
"name": "ASET PRC (Portable Rover Components)",
"abstract": "Portable Rover Components",
"author": "linuxgurugamer",
"$kref": "#/ckan/github/linuxgurugamer/ASET_PRC_Rover",
"$vref": "#/ckan/ksp-avc",
"license": "CC-BY-NC-SA-3.0",
"resources": {
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/189044-*",
"spacedock": "https://spacedock.info/mod/2252/ASET%20PRC%20(Portable%20Rover%20Components)",
"repository": "https://github.com/linuxgurugamer/ASET_PRC_Rover"
},
"tags": [
"parts"
],
"depends": [
{ "name": "ModuleManager" }
],
"install": [ {
"find": "ASET",
"install_to": "GameData"
} ]
}
1 change: 0 additions & 1 deletion NetKAN/ASETAgency.netkan
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
spec_version: v1.4
identifier: ASETAgency
author:
- alexustas
Expand Down
1 change: 0 additions & 1 deletion NetKAN/ASETAvionics.netkan
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
spec_version: v1.4
identifier: ASETAvionics
author:
- alexustas
Expand Down
1 change: 0 additions & 1 deletion NetKAN/ASETProps-CE.frozen
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"spec_version": "v1.4",
"identifier" : "ASETProps-CE",
"$kref" : "#/ckan/spacedock/1180",
"$vref" : "#/ckan/ksp-avc",
Expand Down
1 change: 0 additions & 1 deletion NetKAN/ASETProps.netkan
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
spec_version: v1.4
identifier: ASETProps
author:
- alexustas
Expand Down
1 change: 0 additions & 1 deletion NetKAN/ASSET-Mk1.netkan
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
spec_version: v1.4
identifier: ASSET-Mk1
$kref: '#/ckan/spacedock/2571'
license: MIT
Expand Down
1 change: 0 additions & 1 deletion NetKAN/ASupremePartsMod.frozen
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"spec_version": "v1.4",
"identifier": "ASupremePartsMod",
"$kref": "#/ckan/spacedock/1364",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion NetKAN/AT-Utils.netkan
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"spec_version" : "v1.16",
"identifier" : "AT-Utils",
"$kref" : "#/ckan/netkan/https://raw.githubusercontent.com/allista/AT_Utils/master/AT-Utils.netkan",
"x_netkan_license_ok": true,
Expand Down
1 change: 0 additions & 1 deletion NetKAN/ATKPropulsionPack.frozen
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"spec_version": "v1.4",
"identifier": "ATKPropulsionPack",
"$kref": "#/ckan/spacedock/404",
"license": "restricted",
Expand Down
1 change: 0 additions & 1 deletion NetKAN/AUCAeronautictechnology.frozen
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"spec_version": "v1.4",
"identifier": "AUCAeronautictechnology",
"name": "AUC Aeronautic technoloy",
"abstract": "AUC aeronautic adds a bunch of parts",
Expand Down
1 change: 0 additions & 1 deletion NetKAN/AV8HarrierWITHTRUEVTOLFlight.frozen
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"spec_version": "v1.4",
"$kref": "#/ckan/kerbalstuff/877",
"identifier": "AV8HarrierWITHTRUEVTOLFlight",
"license": "WTFPL",
Expand Down
1 change: 0 additions & 1 deletion NetKAN/AVP-2kTextures.netkan
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"spec_version" : "v1.4",
"identifier" : "AVP-2kTextures",
"name" : "Astronomer's Visual Pack-2k Textures",
"abstract" : "Textures for Astronomer's Visual pack",
Expand Down
1 change: 0 additions & 1 deletion NetKAN/AVP-4kTextures.netkan
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"spec_version" : "v1.4",
"identifier" : "AVP-4kTextures",
"name" : "Astronomer's Visual Pack-4k Textures",
"abstract" : "Textures for Astronomer's Visual pack",
Expand Down
1 change: 0 additions & 1 deletion NetKAN/AVP-8kTextures.netkan
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"spec_version" : "v1.4",
"identifier" : "AVP-8kTextures",
"name" : "Astronomer's Visual Pack-8k Textures",
"abstract" : "Textures for Astronomer's Visual pack",
Expand Down
Loading
Loading