This repository has been archived by the owner on Oct 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
mod.template.json
76 lines (76 loc) · 2.63 KB
/
mod.template.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"_QPVersion": "0.1.1",
"name": "${mod_name}",
"id": "${mod_id}",
"author": "RedBrumbler",
"version": "${version}",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.17.1",
"coverImage": "cover.gif",
"description": "Quest Cosmetics on a whole new level!",
"dependencies": [],
"modFiles": [],
"libraryFiles": [],
"fileCopies": [
{
"name": "Plasma Katana.qsaber",
"destination": "/sdcard/ModData/com.beatgames.beatsaber/Mods/Qosmetics/sabers/Plasma Katana.qsaber"
},
{
"name": "PC recreation.qwall",
"destination": "/sdcard/ModData/com.beatgames.beatsaber/Mods/Qosmetics/walls/PC recreation.qwall"
},
{
"name": "PC recreation + Rainbow Frames.qwall",
"destination": "/sdcard/ModData/com.beatgames.beatsaber/Mods/Qosmetics/walls/PC recreation + Rainbow Frames.qwall"
},
{
"name": "UWU Notes.qbloq",
"destination": "/sdcard/ModData/com.beatgames.beatsaber/Mods/Qosmetics/notes/UWU Notes.qbloq"
},
{
"name": "DDR Arrows.qbloq",
"destination": "/sdcard/ModData/com.beatgames.beatsaber/Mods/Qosmetics/notes/DDR Arrows.qbloq"
},
{
"name": "MenuIcon.png",
"destination": "/sdcard/ModData/com.beatgames.beatsaber/Mods/Qosmetics/UI/Icons/MenuIcon.png"
},
{
"name": "MenuIconSelected.png",
"destination": "/sdcard/ModData/com.beatgames.beatsaber/Mods/Qosmetics/UI/Icons/MenuIconSelected.png"
},
{
"name": "SaberIcon.png",
"destination": "/sdcard/ModData/com.beatgames.beatsaber/Mods/Qosmetics/UI/Icons/SaberIcon.png"
},
{
"name": "SaberIconSelected.png",
"destination": "/sdcard/ModData/com.beatgames.beatsaber/Mods/Qosmetics/UI/Icons/SaberIconSelected.png"
},
{
"name": "NoteIcon.png",
"destination": "/sdcard/ModData/com.beatgames.beatsaber/Mods/Qosmetics/UI/Icons/NoteIcon.png"
},
{
"name": "NoteIconSelected.png",
"destination": "/sdcard/ModData/com.beatgames.beatsaber/Mods/Qosmetics/UI/Icons/NoteIconSelected.png"
},
{
"name": "WallIcon.png",
"destination": "/sdcard/ModData/com.beatgames.beatsaber/Mods/Qosmetics/UI/Icons/WallIcon.png"
},
{
"name": "WallIconSelected.png",
"destination": "/sdcard/ModData/com.beatgames.beatsaber/Mods/Qosmetics/UI/Icons/WallIconSelected.png"
},
{
"name": "GameSetupIcon.png",
"destination": "/sdcard/ModData/com.beatgames.beatsaber/Mods/Qosmetics/UI/Icons/GameSetupIcon.png"
},
{
"name": "GameSetupIconSelected.png",
"destination": "/sdcard/ModData/com.beatgames.beatsaber/Mods/Qosmetics/UI/Icons/GameSetupIconSelected.png"
}
]
}