From f3c0b9a7c19fb0098e77effbaa89da5a05274863 Mon Sep 17 00:00:00 2001 From: the-Astra Date: Wed, 10 Sep 2025 22:20:26 -0400 Subject: [PATCH] Added SadCube@ArtBox --- mods/SadCube@ArtBox/description.md | 1 + mods/SadCube@ArtBox/meta.json | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 mods/SadCube@ArtBox/description.md create mode 100644 mods/SadCube@ArtBox/meta.json diff --git a/mods/SadCube@ArtBox/description.md b/mods/SadCube@ArtBox/description.md new file mode 100644 index 00000000..9ee6ebfb --- /dev/null +++ b/mods/SadCube@ArtBox/description.md @@ -0,0 +1 @@ +An art themed mod adding all kinds of stuff! Especially new ways of modifying playing cards. \ No newline at end of file diff --git a/mods/SadCube@ArtBox/meta.json b/mods/SadCube@ArtBox/meta.json new file mode 100644 index 00000000..21081333 --- /dev/null +++ b/mods/SadCube@ArtBox/meta.json @@ -0,0 +1,13 @@ +{ + "title": "ArtBox", + "requires-steamodded": true, + "requires-talisman": false, + "categories": [ + "Content" + ], + "author": "SadCube", + "repo": "https://github.com/SadCubeArt/ArtBox", + "downloadURL": "https://github.com/SadCubeArt/ArtBox/archive/refs/heads/main.zip", + "version": "0.5.0", + "automatic-version-check": true +}