Skip to content

Commit 8b3666c

Browse files
committed
testing
1 parent c097f70 commit 8b3666c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

mod.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
"name": "Auto-Screenshot on Death",
4444
"description": "Automatically take a screenshot when getting a New Best.\n\n<cy>\"But this could've been a toggle in PRNTSCRN!\"</c> No.",
4545
"type": "bool",
46-
"default": false
46+
"default": false,
47+
"enable-if": "loaded:ninxout.prntscrn"
4748
},
4849
"screenshotOnDeathPreference": {
4950
"name": "(READ CAREFULLY!) Auto-Screenshot on Death, But...",
@@ -54,7 +55,8 @@
5455
"Keep UI",
5556
"Hide (~99% of) UI",
5657
"Use PRNTSCRN Settings"
57-
]
58+
],
59+
"enable-if": "loaded:ninxout.prntscrn"
5860
},
5961
"changeDeathText": {
6062
"name": "Change \"New Best\" Texts",
@@ -326,7 +328,10 @@
326328
]
327329
},
328330
"dependencies": {
329-
"ninxout.prntscrn": ">=1.0.3"
331+
"ninxout.prntscrn": {
332+
"version": ">=1.0.5",
333+
"importance": "recommended"
334+
}
330335
},
331336
"incompatibilities": {
332337
"raydeeux.disturbingnewbests": {

0 commit comments

Comments
 (0)