Skip to content

Commit

Permalink
Catch up with mods submitted from SpaceDock
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Mar 13, 2023
1 parent 94e7274 commit 44aa451
Show file tree
Hide file tree
Showing 11 changed files with 114 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/inflate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Test modified netkans
uses: KSP-CKAN/xKAN-meta_testing@master
env:
GAME: KSP2
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_BASE_SHA: ${{ github.event.pull_request.base.sha }}
EVENT_BEFORE: ${{ github.event.before }}
Expand Down
12 changes: 12 additions & 0 deletions NetKAN/BetterPartsManager.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
spec_version: v1.18
identifier: BetterPartsManager
$kref: '#/ckan/spacedock/3292'
license: CC-BY-NC-ND
tags:
- plugin
- editor
depends:
- name: SpaceWarp
install:
- find: kerbal_part_manager
install_to: BepInEx/plugins
11 changes: 11 additions & 0 deletions NetKAN/CheatsMenu.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
spec_version: v1.18
identifier: CheatsMenu
$kref: '#/ckan/spacedock/3266'
license: CC-BY-NC-ND
tags:
- plugin
depends:
- name: SpaceWarp
install:
- find: cheat_menu
install_to: BepInEx/plugins
11 changes: 11 additions & 0 deletions NetKAN/CommunityFixes.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
spec_version: v1.18
identifier: CommunityFixes
$kref: '#/ckan/spacedock/3301'
license: MIT
tags:
- plugin
depends:
- name: SpaceWarp
install:
- find: community_fixes
install_to: BepInEx/plugins
9 changes: 9 additions & 0 deletions NetKAN/KerbalNotebook.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
spec_version: v1.18
identifier: KerbalNotebook
$kref: '#/ckan/spacedock/3321'
license: CC-BY-NC-ND
tags:
- plugin
install:
- find: notebook
install_to: BepInEx/plugins
11 changes: 11 additions & 0 deletions NetKAN/KerbalWebProgram.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
spec_version: v1.18
identifier: KerbalWebProgram
$kref: '#/ckan/spacedock/3275'
license: CC-BY-NC-ND
tags:
- plugin
depends:
- name: SpaceWarp
install:
- find: kerbal_web_program
install_to: BepInEx/plugins
11 changes: 11 additions & 0 deletions NetKAN/MoreResolutions.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
spec_version: v1.18
identifier: MoreResolutions
$kref: '#/ckan/spacedock/3320'
license: MIT
tags:
- plugin
depends:
- name: SpaceWarp
install:
- find: MoreResolutions
install_to: BepinEx/plugins
11 changes: 11 additions & 0 deletions NetKAN/PAIGE-B-Gone.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
spec_version: v1.18
identifier: PAIGE-B-Gone
$kref: '#/ckan/github/mahlaka/P.A.I.G.E-B-Gone'
license: MIT
tags:
- plugin
depends:
- name: SpaceWarp
install:
- find: paige_b_gone
install_to: BepInEx/plugins
12 changes: 12 additions & 0 deletions NetKAN/PartsManagerHotkey.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
spec_version: v1.18
identifier: PartsManagerHotkey
$kref: '#/ckan/spacedock/3314'
license: LGPL-3.0
tags:
- plugin
- editor
depends:
- name: BepInEx
install:
- find: PartsManagerHotkey
install_to: BepInEx/plugins
12 changes: 12 additions & 0 deletions NetKAN/StageInfo.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
spec_version: v1.18
identifier: StageInfo
$kref: '#/ckan/spacedock/3272'
license: restricted
tags:
- plugin
- information
depends:
- name: SpaceWarp
install:
- find: StageInfo
install_to: BepInEx/plugins
13 changes: 13 additions & 0 deletions NetKAN/kRPC2.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
spec_version: v1.18
identifier: kRPC2
$kref: '#/ckan/spacedock/3322'
license: GPL-3.0
tags:
- plugin
- app
- control
depends:
- name: SpaceWarp
install:
- find: kRPC2
install_to: BepInEx/plugins

0 comments on commit 44aa451

Please sign in to comment.