-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmod.template.json
More file actions
34 lines (33 loc) · 1.07 KB
/
mod.template.json
File metadata and controls
34 lines (33 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"$schema": "https://raw.githubusercontent.com/Lauriethefish/QuestPatcher.QMod/main/QuestPatcher.QMod/Resources/qmod.schema.json",
"_QPVersion": "0.1.1",
"name": "${mod_name}",
"id": "${mod_id}",
"coverImage": "cover.png",
"author": "laynia",
"version": "1.0.1",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.40.8_7379",
"description": "Turn your Beat Saber into a christmas wonderland!",
"dependencies": [],
"modFiles": ["${binary}"],
"libraryFiles": [],
"fileCopies": [
{
"name": "carolofthebells.ogg",
"destination": "/sdcard/ModData/com.beatgames.beatsaber/Mods/Christmas/carolofthebells.ogg"
},
{
"name": "christmasspirit.ogg",
"destination": "/sdcard/ModData/com.beatgames.beatsaber/Mods/Christmas/christmasspirit.ogg"
},
{
"name": "deckthehalls.ogg",
"destination": "/sdcard/ModData/com.beatgames.beatsaber/Mods/Christmas/deckthehalls.ogg"
},
{
"name": "jinglebells.ogg",
"destination": "/sdcard/ModData/com.beatgames.beatsaber/Mods/Christmas/jinglebells.ogg"
}
]
}