-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.json
86 lines (82 loc) · 1.89 KB
/
mod.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
77
78
79
80
81
82
83
84
85
86
{
"geode": "4.2.0",
"gd": {
"win": "2.2074",
"android": "2.2074"
},
"id": "hbg1010.break_mod",
"name": "Break Mod",
"version": "v1.1.2",
"developer": "Hbg1010",
"description": "Break reminders without interuptions",
"links": {
"source": "https://github.com/Hbg1010/Break-Mod-Geode"
},
"dependencies": {
"geode.node-ids": ">=v1.17.0"
},
"resources": {
"sprites": [
"resources/*.png"
]
},
"settings": {
"interval": {
"type": "int",
"name": "Interval",
"min": 1,
"max": 120,
"default": 20,
"description": "This measures the amount of minutes between popups! **Time does not save between sessions**, so it is recommended you use 10 - 20 minutes!",
"controls": {
"arrows": true,
"arrow-step": 1,
"big-arrows": false,
"input": true
}
},
"breakTime": {
"type": "int",
"name": "Break Time",
"min": 1,
"max": 300,
"default": 20,
"description": "This measures the amount of seconds your counter will start counting down from when you take a break!",
"controls": {
"arrows": true,
"arrow-step": 1,
"big-arrows": false,
"input": true
}
},
"audioAlert": {
"type": "bool",
"name": "Use audio alerts",
"default": true,
"description": "Enables sound effects to notify you when your timer is up!"
},
"useQuickSettings": {
"type": "bool",
"name": "Enable Quick settings Menu",
"default": true,
"description": "Disables the button to open timer modificaitons and settings from pause menus."
},
"playLayer": {
"type": "bool",
"name": "Play Layer",
"default": true,
"description": "This setting enables or disables whether or not the timer is used while playing levels!"
},
"editorLayer": {
"type": "bool",
"name": "Editor",
"default": true,
"description": "This setting enables or disables whether or not the timer is active in the editor!"
}
},
"tags":[
"offline",
"universal",
"interface"
]
}