Skip to content

Commit

Permalink
Add TweakScale-Redist as dependency to PhotonSailor (#9820)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan authored Oct 23, 2023
1 parent 83be8ca commit d6f2271
Showing 1 changed file with 26 additions and 29 deletions.
55 changes: 26 additions & 29 deletions NetKAN/PhotonSailor.netkan
Original file line number Diff line number Diff line change
@@ -1,29 +1,26 @@
{
"spec_version": "v1.4",
"identifier": "PhotonSailor",
"name": "Photon Sailor",
"$kref": "#/ckan/spacedock/1895",
"$vref": "#/ckan/ksp-avc",
"license": "CC-BY-NC-3.0",
"tags": [
"plugin",
"parts",
"physics"
],
"install": [ {
"find": "PhotonSail",
"install_to": "GameData"
} ],
"depends": [
{ "name": "InterstellarRedistributable" },
{ "name": "ModuleManager" }
],
"recommends": [
{ "name": "PersistentRotation" },
{ "name": "KSPInterstellarExtended", "min_version" : "1.19.3" },
{ "name": "SolarSailNavigator" },
{ "name": "TexturesUnlimited" },
{ "name": "TweakScale" },
{ "name": "CommunityTechTree", "min_version" : "1:3.3.2" }
]
}
spec_version: v1.4

Check warning on line 1 in NetKAN/PhotonSailor.netkan

View workflow job for this annotation

GitHub Actions / Inflate

6091 [1] WARN CKAN.NetKAN.Validators.PluginsValidator (null) - No plugin matching the identifier, manual installations won't be detected: GameData/PhotonSail/Plugins/PhotonSail.dll
identifier: PhotonSailor
name: Photon Sailor
$kref: '#/ckan/spacedock/1895'
$vref: '#/ckan/ksp-avc'
license: CC-BY-NC-3.0
tags:
- plugin
- parts
- physics
install:
- find: PhotonSail
install_to: GameData
depends:
- name: InterstellarRedistributable
- name: ModuleManager
- name: TweakScale-Redist
recommends:
- name: PersistentRotation
- name: KSPInterstellarExtended
min_version: 1.19.3
- name: SolarSailNavigator
- name: TexturesUnlimited
- name: TweakScale
- name: CommunityTechTree
min_version: 1:3.3.2

0 comments on commit d6f2271

Please sign in to comment.