Skip to content

Commit

Permalink
Update kRPC-MechJeb compatibility (#9643)
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Mar 30, 2023
1 parent 3c2cc8f commit 07577cc
Showing 1 changed file with 17 additions and 24 deletions.
41 changes: 17 additions & 24 deletions NetKAN/kRPC-MechJeb.netkan
Original file line number Diff line number Diff line change
@@ -1,24 +1,17 @@
{
"spec_version": "v1.4",
"identifier": "kRPC-MechJeb",
"$kref": "#/ckan/github/Genhis/KRPC.MechJeb",
"ksp_version_min": "1.8",
"ksp_version_max": "1.11",
"license": "GPL-3.0",
"resources": {
"homepage": "https://genhis.github.io/KRPC.MechJeb/"
},
"tags": [
"plugin",
"app",
"control"
],
"depends": [
{ "name": "kRPC" },
{ "name": "MechJeb2" }
],
"install": [ {
"file": "KRPC.MechJeb.dll",
"install_to": "GameData/kRPC"
} ]
}
spec_version: v1.4
identifier: kRPC-MechJeb
$kref: '#/ckan/github/Genhis/KRPC.MechJeb'
ksp_version: '1.12'
license: GPL-3.0
resources:
homepage: https://genhis.github.io/KRPC.MechJeb/
tags:
- plugin
- app
- control
depends:
- name: kRPC
- name: MechJeb2
install:
- file: KRPC.MechJeb.dll
install_to: GameData/kRPC

0 comments on commit 07577cc

Please sign in to comment.