Skip to content

Commit

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

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

View workflow job for this annotation

GitHub Actions / Inflate

5277 [1] WARN CKAN.NetKAN.Validators.PluginsValidator (null) - No plugin matching the identifier, manual installations won't be detected: GameData/CryoTanks/Plugins/SimpleBoiloff.dll
identifier: CryoTanks-Core
name: Cryo Tanks Core
abstract: >-
Cryo Tanks plugin stand-alone, for adding functionality to other mods.
Contains no parts and does nothing by itself.
author: Nertea (Chris Adderley)
$kref: '#/ckan/github/post-kerbin-mining-corporation/CryoTanks'
$vref: '#/ckan/ksp-avc/CryoTanks.version'
license: MIT
resources:
homepage: https://github.com/post-kerbin-mining-corporation/CryoTanks/wiki
tags:
- plugin
depends:
- name: CryoTanks
install:
- file: GameData/CryoTanks/Plugins/SimpleBoiloff.dll
install_to: GameData/CryoTanks/Plugins
34 changes: 26 additions & 8 deletions NetKAN/CryoTanks.netkan
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
{
"spec_version" : "v1.4",
"identifier" : "CryoTanks",
"$kref" : "#/ckan/netkan/https://github.com/post-kerbin-mining-corporation/CryoTanks/raw/master/CKAN/CryoTanks.netkan",
"tags": [
"parts"
]
}
spec_version: v1.4
identifier: CryoTanks
name: Cryo Tanks
abstract: >-
Liquid Hydrogen fuel tanks and Liquid Hydrogen storage for most stock tanks
author: Nertea (Chris Adderley)
$kref: '#/ckan/github/post-kerbin-mining-corporation/CryoTanks'
$vref: '#/ckan/ksp-avc/CryoTanks.version'
license: restricted
resources:
homepage: https://github.com/post-kerbin-mining-corporation/CryoTanks/wiki
tags:
- parts
depends:
- name: ModuleManager
- name: CryoTanks-Core
- name: B9PartSwitch
- name: CommunityResourcePack
- name: DynamicBatteryStorage
supports:
- name: KerbalAtomics
- name: CryoEngines
install:
- find: CryoTanks
install_to: GameData
filter: SimpleBoiloff.dll
2 changes: 1 addition & 1 deletion NetKAN/SkyhawkScienceSystem.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ depends:
- name: BluedogDB
- name: CommunityResourcePack
recommends:
- name: CryoTanks-Core
- name: CryoTanks
- name: Kopernicus
- name: RationalResources
- name: RationalResourcesNuclearFamily
Expand Down

0 comments on commit 8e671b6

Please sign in to comment.