Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interstellar Fuel Switch depends on Community Resource PAck, otherwise there are errors #9772

Merged
merged 3 commits into from
Aug 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 27 additions & 29 deletions NetKAN/InterstellarFuelSwitch.netkan
Original file line number Diff line number Diff line change
@@ -1,29 +1,27 @@
{
"spec_version": "v1.4",
"identifier": "InterstellarFuelSwitch",
"abstract": "Library that enables switching the contents, meshes, and textures of tanks",
"$kref": "#/ckan/spacedock/175",
"$vref": "#/ckan/ksp-avc/InterstellarFuelSwitch.version",
"license": "GPL-2.0",
"resources": {
"repository": "https://github.com/sswelm/KSP-Interstellar-Extended/tree/master/FuelSwitch"
},
"tags": [
"crewed",
"parts"
],
"depends": [
{ "name": "ModuleManager" },
{ "name": "InterstellarFuelSwitch-Core", "min_version" : "1.28" },
{ "name": "CommunityTechTree" }
],
"recommends": [
{ "name": "KSPInterstellarExtended" },
{ "name": "PatchManager" }
],
"install": [ {
"find": "InterstellarFuelSwitch",
"install_to": "GameData",
"filter": [ "Plugins", "Resources", "Localization" ]
} ]
}
spec_version: v1.4
identifier: InterstellarFuelSwitch
abstract: Library that enables switching the contents, meshes, and textures of tanks

Check warning on line 3 in NetKAN/InterstellarFuelSwitch.netkan

View workflow job for this annotation

GitHub Actions / Inflate

3:81 [line-length] line too long (84 > 80 characters)
$kref: '#/ckan/spacedock/175'
$vref: '#/ckan/ksp-avc/InterstellarFuelSwitch.version'
license: GPL-2.0
resources:
repository: https://github.com/sswelm/KSP-Interstellar-Extended/tree/master/FuelSwitch
tags:
- crewed
- parts
depends:
- name: ModuleManager
- name: InterstellarFuelSwitch-Core
min_version: '1.28'
- name: CommunityTechTree
- name: CommunityResourcePack
- name: PatchManager
recommends:
- name: KSPInterstellarExtended
install:
- find: InterstellarFuelSwitch
install_to: GameData
filter:
- Plugins
- Resources
- Localization
Loading