Skip to content

Commit

Permalink
Advertise install filters in ZeroMiniAVC, fix BetterSRBs name (#10230)
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Sep 26, 2024
1 parent a5d3298 commit 1e10d8d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 25 deletions.
38 changes: 14 additions & 24 deletions NetKAN/BetterSRBs.netkan
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@
{
"identifier": "BetterSRBs",
"$kref": "#/ckan/github/OhioBob/BetterSRBs",
"$vref": "#/ckan/ksp-avc",
"license": "CC-BY-NC-ND",
"resources": {
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/175316-*",
"repository": "https://github.com/OhioBob/BetterSRBs"
},
"tags": [
"plugin",
"parts"
],
"depends": [
{ "name": "ModuleManager" }
],
"recommends": [
{ "name": "SmartParts" }
],
"install": [ {
"find": "BetterSRBs",
"install_to": "GameData"
} ]
}
identifier: BetterSRBs

Check warning on line 1 in NetKAN/BetterSRBs.netkan

View workflow job for this annotation

GitHub Actions / Inflate

3073 [1] WARN CKAN.NetKAN.Validators.PluginsValidator (null) - No plugin matching the identifier, manual installations won't be detected: GameData/BetterSRBs/Plugins/SigmaTweakMaxResource.dll

Check warning on line 1 in NetKAN/BetterSRBs.netkan

View workflow job for this annotation

GitHub Actions / Inflate

3079 [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
name: Better SRBs
$kref: '#/ckan/github/OhioBob/BetterSRBs'
$vref: '#/ckan/ksp-avc'
license: CC-BY-NC-ND
resources:
homepage: https://forum.kerbalspaceprogram.com/index.php?/topic/175316-*
tags:
- plugin
- parts
depends:
- name: ModuleManager
recommends:
- name: SmartParts
5 changes: 4 additions & 1 deletion NetKAN/ZeroMiniAVC.netkan
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
identifier: ZeroMiniAVC
name: Zero MiniAVC
abstract: Delete/Prune/Disable all MiniAVC
abstract: >-
If you only install mods with CKAN, you do not need this.
To prevent MiniAVC from being installed, go to Settings→Installation filters
and click the Add MiniAVC button
author:
- malah
- linuxgurugamer
Expand Down

0 comments on commit 1e10d8d

Please sign in to comment.