diff options
| author | Jomar Milan <jomarm@jomarm.com> | 2025-08-23 13:02:19 -0700 |
|---|---|---|
| committer | Jomar Milan <jomarm@jomarm.com> | 2025-08-23 13:02:19 -0700 |
| commit | 98c89b9c66394281c5c7bf1f6ec38398e6bbd46b (patch) | |
| tree | 3ee108059af3f578387beeb67b79b0365b2f9422 /mod.json | |
| download | UserScripts-98c89b9c66394281c5c7bf1f6ec38398e6bbd46b.tar.gz UserScripts-98c89b9c66394281c5c7bf1f6ec38398e6bbd46b.zip | |
Diffstat (limited to 'mod.json')
| -rw-r--r-- | mod.json | 20 |
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 |
