Skip to content

Commit cad9ada

Browse files
committed
Make the mod late
1 parent cdb228b commit cad9ada

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
"downloadIfMissing": "https://github.com/Fernthedev/paperlog/releases/download/v4.6.2/paper2_scotland2.qmod"
3838
}
3939
],
40-
"modFiles": [
40+
"modFiles": [],
41+
"lateModFiles": [
4142
"libchatplex-sdk-bs.so"
4243
],
43-
"lateModFiles": [],
4444
"libraryFiles": [],
4545
"fileCopies": [],
4646
"copyExtensions": []

mod.template.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"description": "ChatPlex BeatSaber modding SDK (Dependence for other mods)",
1111
"coverImage": "cover.png",
1212
"dependencies": [],
13-
"modFiles": ["${binary}"],
13+
"modFiles": [],
14+
"lateModFiles": ["${binary}"],
1415
"libraryFiles": [],
1516
"fileCopies": [],
1617
"copyExtensions": []

0 commit comments

Comments
 (0)