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

Add Premonition For SpaceWarp from SpaceDock #149

Merged
merged 2 commits into from
Jan 15, 2024
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
31 changes: 31 additions & 0 deletions NetKAN/PremonitionForSpaceWarp.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
spec_version: v1.34

Check warning on line 1 in NetKAN/PremonitionForSpaceWarp.netkan

View workflow job for this annotation

GitHub Actions / Inflate

3364 [1] WARN CKAN.NetKAN.Validators.PluginsValidator (null) - No plugin matching the identifier, manual installations won't be detected: BepInEx/plugins/Premonition/Premonition.Core.dll, BepInEx/plugins/Premonition/Premonition.SpaceWarp.dll
identifier: PremonitionForSpaceWarp
$kref: '#/ckan/github/cheese3660/Premonition/asset_match/SpaceWarp'
$vref: '#/ckan/space-warp'
x_netkan_version_edit:
find: ^v
replace: ''
strict: false
license: MIT
tags:
- plugin
- library
depends:
- name: SpaceWarp
install:
- find: Premonition
install_to: BepInEx/plugins
---
spec_version: v1.34
identifier: PremonitionForSpaceWarp
$kref: '#/ckan/spacedock/3548'
$vref: '#/ckan/space-warp'
license: MIT
tags:
- plugin
- library
depends:
- name: SpaceWarp
install:
- find: Premonition
install_to: BepInEx/plugins
Loading