We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de2a25 commit 7ab4459Copy full SHA for 7ab4459
FastFail/manifest.json
@@ -1,10 +1,17 @@
1
{
2
"$schema": "https://raw.githubusercontent.com/nike4613/ModSaber-MetadataFileSchema/master/Schema.json",
3
"author": "PulseLane",
4
- "description": "Shortens the \"level failed\" fadeout",
+ "description": "Allows the player to skip the \"Level Failed\" effect",
5
"gameVersion": "1.8.0",
6
"id": "FastFail",
7
"name": "FastFail",
8
"version": "1.0.0",
9
- "features": []
+ "dependsOn": {
10
+ "BeatSaberMarkupLanguage": "^1.3.1",
11
+ "BS Utils": "^1.4.8"
12
+ },
13
+ "features": [],
14
+ "links": {
15
+ "project-source": "https://github.com/PulseLane/FastFail"
16
+ }
17
}
0 commit comments