summaryrefslogtreecommitdiff
path: root/mod.json
diff options
context:
space:
mode:
Diffstat (limited to 'mod.json')
-rw-r--r--mod.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/mod.json b/mod.json
new file mode 100644
index 0000000..665dee3
--- /dev/null
+++ b/mod.json
@@ -0,0 +1,20 @@
+{
+ "namespace": "UserScripts",
+ "displayName": "User Scripts",
+ "version": "1.0.0",
+ "synchronyVersion": "4.1.1",
+ "description": "A simple mod which adds a menu option to make it convenient to run callbacks for quick scriptable actions and debug mod scripts.\n\nRequire the mod without making a hard dependency like this:\n\nlocal hasUserScripts, UserScripts = pcall(require, \"UserScripts.UserScripts\")\n\nThen, the success value (hasUserScripts) can be checked before using UserScripts.add(label, callback).",
+ "author": "TheLegendaryOrb",
+ "dependencies": {},
+ "api": {"scriptPath":""},
+ "icon": "UserScriptsIcon.png",
+ "banner": "UserScriptsBanner.png",
+ "tags": [],
+ "name": "UserScripts_io_5105664",
+ "changelog": "",
+ "homepageURL": "https://mod.io/g/crypt/m/userscripts",
+ "modioID": "5105664",
+ "modioUserID": 24922981,
+ "pendingVersion": "1.0.0",
+ "visibility": 0
+} \ No newline at end of file