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 cdb228b commit cad9adaCopy full SHA for cad9ada
mod.json
@@ -37,10 +37,10 @@
37
"downloadIfMissing": "https://github.com/Fernthedev/paperlog/releases/download/v4.6.2/paper2_scotland2.qmod"
38
}
39
],
40
- "modFiles": [
+ "modFiles": [],
41
+ "lateModFiles": [
42
"libchatplex-sdk-bs.so"
43
- "lateModFiles": [],
44
"libraryFiles": [],
45
"fileCopies": [],
46
"copyExtensions": []
mod.template.json
@@ -10,7 +10,8 @@
10
"description": "ChatPlex BeatSaber modding SDK (Dependence for other mods)",
11
"coverImage": "cover.png",
12
"dependencies": [],
13
- "modFiles": ["${binary}"],
14
+ "lateModFiles": ["${binary}"],
15
16
17
0 commit comments