From f14c4217e9235dedaebfe8c716501a4ebbb1811b Mon Sep 17 00:00:00 2001 From: julie Date: Tue, 8 Jul 2025 11:50:40 -0700 Subject: [PATCH] Add colonthreeing@CreditLib --- mods/colonthreeing@CreditLib/description.md | 2 ++ mods/colonthreeing@CreditLib/meta.json | 12 ++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 mods/colonthreeing@CreditLib/description.md create mode 100644 mods/colonthreeing@CreditLib/meta.json diff --git a/mods/colonthreeing@CreditLib/description.md b/mods/colonthreeing@CreditLib/description.md new file mode 100644 index 00000000..e9ef3ab8 --- /dev/null +++ b/mods/colonthreeing@CreditLib/description.md @@ -0,0 +1,2 @@ +# CreditLib +Adds a simple interface for adding credit badges to cards, based on Cryptid's credit system. \ No newline at end of file diff --git a/mods/colonthreeing@CreditLib/meta.json b/mods/colonthreeing@CreditLib/meta.json new file mode 100644 index 00000000..6fb52c7f --- /dev/null +++ b/mods/colonthreeing@CreditLib/meta.json @@ -0,0 +1,12 @@ +{ + "title": "CreditLib", + "requires-steamodded": true, + "requires-talisman": false, + "categories": ["API"], + "author": "colonthreeing", + "repo": "https://github.com/colonthreeing/CreditLib", + "downloadURL": "https://github.com/colonthreeing/CreditLib/releases/latest/download/CreditLib.zip", + "folderName": "CreditLib", + "version": "0.3.1", + "automatic-version-check": true +}