Skip to content

Commit

Permalink
De-meta NearFutureSolar to fix dependency issues (#9965)
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Mar 22, 2024
1 parent 8e671b6 commit b583fe4
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 16 deletions.
25 changes: 17 additions & 8 deletions NetKAN/NearFutureSolar-Core.netkan
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
{
"spec_version" : "v1.4",
"identifier" : "NearFutureSolar-Core",
"$kref" : "#/ckan/netkan/https://github.com/post-kerbin-mining-corporation/NearFutureSolar/raw/master/CKAN/NearFutureSolar-Core.netkan",
"tags": [
"plugin"
]
}
spec_version: v1.4

Check warning on line 1 in NetKAN/NearFutureSolar-Core.netkan

View workflow job for this annotation

GitHub Actions / Inflate

7101 [1] WARN CKAN.NetKAN.Validators.PluginsValidator (null) - No plugin matching the identifier, manual installations won't be detected: GameData/NearFutureSolar/Plugins/NearFutureSolar.dll
identifier: NearFutureSolar-Core
name: Near Future Solar Core
abstract: >-
Near Future Solar plugin stand-alone, for adding functionality to other mods.
Contains no parts and does nothing by itself.
author: Nertea (Chris Adderley)
$kref: '#/ckan/spacedock/559'
$vref: '#/ckan/ksp-avc/NearFutureSolar.version'
license: MIT
tags:
- plugin
depends:
- name: NearFutureSolar
install:
- file: GameData/NearFutureSolar/Plugins/NearFutureSolar.dll
install_to: GameData/NearFutureSolar/Plugins
33 changes: 25 additions & 8 deletions NetKAN/NearFutureSolar.netkan
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
{
"spec_version" : "v1.4",
"identifier" : "NearFutureSolar",
"$kref" : "#/ckan/netkan/https://github.com/post-kerbin-mining-corporation/NearFutureSolar/raw/master/CKAN/NearFutureSolar.netkan",
"tags": [
"parts"
]
}
spec_version: v1.4
identifier: NearFutureSolar
abstract: New solar panels in a variety of sizes and types
author: Nertea (Chris Adderley)
$kref: '#/ckan/spacedock/559'
$vref: '#/ckan/ksp-avc'
license: restricted
resources:
homepage: https://forum.kerbalspaceprogram.com/index.php?/topic/155465-*
tags:
- parts
depends:
- name: NearFutureSolar-Core
- name: B9PartSwitch
- name: ModuleManager
suggests:
- name: CommunityTechTree
- name: NearFutureConstruction
- name: NearFutureElectrical
- name: NearFuturePropulsion
- name: NearFutureSpacecraft
install:
- find: NearFutureSolar
install_to: GameData
filter: NearFutureSolar.dll

0 comments on commit b583fe4

Please sign in to comment.