-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmod.json
More file actions
65 lines (65 loc) · 2.01 KB
/
mod.json
File metadata and controls
65 lines (65 loc) · 2.01 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"geode": "5.6.1",
"gd": {
"win": "2.2081",
"android": "2.2081",
"mac": "2.2081",
"ios": "2.2081"
},
"id": "dulak.lock_in",
"name": "Lock In",
"version": "v1.0.3",
"developer": "Dulak",
"description": "Prevents accidental level exits",
"tags": ["offline", "interface", "utility"],
"links": {
"source": "https://github.com/dulakgg/Lock-In/",
"homepage": "https://www.dulakgg.me/",
"community": "https://discord.gg/CQFyRJDP5y"
},
"issues": {
"info": "Submit problems on repo page (github) or @dulakgg on Discord.",
"url": "https://github.com/dulakgg/Lock-In/issues"
},
"dependencies": {
"geode.node-ids": ">=v1.22.0"
},
"settings": {
"confirm-unlock": {
"name": "Confirm unlock",
"description": "You think this is overkill, I think this is not enough, as I will still somehow find a way to accidentally exit on chapter 6 throat of the world for the 4th time",
"type": "bool",
"default": false
},
"disable-restart": {
"name": "Disable restart",
"description": "doesn't let you click r or restart button in pause menu",
"type": "bool",
"default": false
},
"disable-dt": {
"name": "Disable death tracker button",
"description": "Opening death tracker in top 10000 cheese just uhh, crashes your game for no reason, and let's not talk about the top 10000 cheese room 14 incident",
"type": "bool",
"default": false
},
"options-disabled": {
"name": "Disable options from pause menu",
"description": "Various mod menus support the entire settings menu (not the small one you normally see) inside the pause menu, which obviously leads to a bunch of ways to crash",
"type": "bool",
"default": false
},
"auto-enable":{
"name": "Auto enable",
"description": "Automatically relocks when entering a level in case you unlocked last time, this is not overkill I swear",
"type": "bool",
"default": false
},
"mod-on": {
"name": "lock exit",
"description": "you can switch it on and off here or in pause menu",
"type": "bool",
"default": false
}
}
}