Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: add an incompatible plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Aug 29, 2023
1 parent 44fc4f9 commit f06c99c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Resources/IncompatiblePlugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@
"Features": "",
"Type": 1
},
{
"Name": "Mare Synchronos",
"Icon": "https://raw.githubusercontent.com/Penumbra-Sync/repo/main/MareSynchronos/images/icon.png",
"Url": "https://github.com/Penumbra-Sync/client",
"Features": "Not so sure, but sometimes, it may effect the usage.",
"Type": 1
},
{
"Name": "Simple Tweaks",
"Icon": "https://raw.githubusercontent.com/Caraxi/SimpleTweaksPlugin/main/images/icon.png",
Expand Down
2 changes: 1 addition & 1 deletion RotationSolver.Basic/Configuration/Configs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ public enum PluginConfigFloat : byte
[Default(0.15f)] ClickingDelayMax,

[Default(0.5f, 0f, 5f)] HealWhenNothingTodoMin,
[Default(1)] HealWhenNothingTodoMax,
[Default(1f)] HealWhenNothingTodoMax,

[Default(0.5f, 0f, 3f)] CountdownDelayMin,
[Default(1f)] CountdownDelayMax,
Expand Down
1 change: 1 addition & 0 deletions RotationSolver.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Resources\downloadList.json = Resources\downloadList.json
Resources\IncompatiblePlugins.json = Resources\IncompatiblePlugins.json
manifest.json = manifest.json
UpdateDownloads.ts = UpdateDownloads.ts
EndProjectSection
Expand Down

0 comments on commit f06c99c

Please sign in to comment.