-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.json
More file actions
46 lines (46 loc) · 1.13 KB
/
Copy pathmod.json
File metadata and controls
46 lines (46 loc) · 1.13 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
35
36
37
38
39
40
41
42
43
44
45
46
{
"geode": "5.3.0",
"gd": {
"win": "2.2081",
"android": "2.2081",
"mac": "2.2081",
"ios": "2.2081"
},
"id": "m336.random-song",
"name": "Random Song",
"version": "v1.1.0",
"developer": "M336",
"description": "Easily get random songs from the editor!",
"tags": [
"interface",
"utility"
],
"links": {
"source": "https://github.com/M336G/RandomSong"
},
"issues": {
"info": "Having a problem with the mod? Report the issue on the GitHub repository",
"url": "https://github.com/M336G/RandomSong/issues"
},
"resources": {
"spritesheets": {
"ButtonFramesSheet": [
"resources/ButtonFramesSheet/*.png"
]
}
},
"settings": {
"auto-search": {
"name": "Auto Search",
"description": "Automatically search for songs after clicking one of the random song buttons",
"type": "bool",
"default": true
},
"use-local-library": {
"name": "Use Local Library",
"description": "Get music library songs IDs from your local musiclibrary.dat file. If disabled, they will be fetched from an external API instead",
"type": "bool",
"default": true
}
}
}