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

Recommendation suppression property for netkans #4

Merged
merged 1 commit into from
Sep 19, 2023
Merged
Show file tree
Hide file tree
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
10 changes: 10 additions & 0 deletions RP-1-ExpressInstall-Graphics-High.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,25 @@ resources:
depends:
- name: ModuleManager
- name: Parallax-StockTextures
suppress_recommendations: true
- name: Parallax
suppress_recommendations: true
- name: Scatterer-sunflare-default
suppress_recommendations: true
- name: Scatterer-config
suppress_recommendations: true
- name: Scatterer
suppress_recommendations: true
- name: RSSTextures16K
suppress_recommendations: true
- name: RSSVE-HR
suppress_recommendations: true
- name: DistantObject
suppress_recommendations: true
- name: PlanetShine
suppress_recommendations: true
- name: CanaveralPads
suppress_recommendations: true
- name: RP-1-ExpressInstall
provides:
- RP-1-ExpressInstall-Graphics
Expand Down
7 changes: 7 additions & 0 deletions RP-1-ExpressInstall-Graphics-Medium.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,19 @@ resources:
depends:
- name: ModuleManager
- name: Scatterer-sunflare-default
suppress_recommendations: true
- name: Scatterer-config
suppress_recommendations: true
- name: Scatterer
suppress_recommendations: true
- name: RSSTextures8192
suppress_recommendations: true
- name: RSSVE-LR
suppress_recommendations: true
- name: DistantObject
suppress_recommendations: true
- name: PlanetShine
suppress_recommendations: true
- name: RP-1-ExpressInstall
provides:
- RP-1-ExpressInstall-Graphics
Expand Down