From fcce77c75fdbc97fff0ec1da2404f136a8b09178 Mon Sep 17 00:00:00 2001 From: 12problems Date: Mon, 17 Aug 2026 17:25:26 -0400 Subject: [PATCH] Add What's In My Fool mod and mark it ranked legal Adds mods/colonthreeing@WhatsInMyFool -- a small QoL mod from https://github.com/colonthreeing/WhatsInMyFool that shows which card is currently held inside The Fool under the consumable slot. Requires Steamodded and Lovely. The repo has no GitHub releases, so downloadURL uses the main-branch archive pattern with automatic-version-check. Also adds bet-overrides/colonthreeing@WhatsInMyFool/bet.json marking it allowedInRanked: true. Co-Authored-By: Claude Sonnet 5 --- .../colonthreeing@WhatsInMyFool/bet.json | 3 +++ mods/colonthreeing@WhatsInMyFool/description.md | 9 +++++++++ mods/colonthreeing@WhatsInMyFool/meta.json | 15 +++++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 bet-overrides/colonthreeing@WhatsInMyFool/bet.json create mode 100644 mods/colonthreeing@WhatsInMyFool/description.md create mode 100644 mods/colonthreeing@WhatsInMyFool/meta.json diff --git a/bet-overrides/colonthreeing@WhatsInMyFool/bet.json b/bet-overrides/colonthreeing@WhatsInMyFool/bet.json new file mode 100644 index 000000000..569c28be7 --- /dev/null +++ b/bet-overrides/colonthreeing@WhatsInMyFool/bet.json @@ -0,0 +1,3 @@ +{ + "allowedInRanked": true +} diff --git a/mods/colonthreeing@WhatsInMyFool/description.md b/mods/colonthreeing@WhatsInMyFool/description.md new file mode 100644 index 000000000..ec2ea19e1 --- /dev/null +++ b/mods/colonthreeing@WhatsInMyFool/description.md @@ -0,0 +1,9 @@ +# What's In My Fool + +Adds a small text label under your consumable slot showing which card is +currently held inside The Fool, so you don't have to guess or check the +tarot/planet log to remember. + +Made by colonthreeing, idea by cjpep, and heavily based on the "TopCardPreview" mod. + +**Requires:** [Steamodded](https://github.com/Steamodded/smods) and [Lovely](https://github.com/ethangreen-dev/lovely-injector). diff --git a/mods/colonthreeing@WhatsInMyFool/meta.json b/mods/colonthreeing@WhatsInMyFool/meta.json new file mode 100644 index 000000000..655f53163 --- /dev/null +++ b/mods/colonthreeing@WhatsInMyFool/meta.json @@ -0,0 +1,15 @@ +{ + "title": "What's In My Fool", + "requires-steamodded": true, + "requires-talisman": false, + "categories": [ + "Quality of Life" + ], + "author": "colonthreeing", + "repo": "https://github.com/colonthreeing/WhatsInMyFool", + "downloadURL": "https://github.com/colonthreeing/WhatsInMyFool/archive/refs/heads/main.zip", + "folderName": "WhatsInMyFool", + "version": "1.0.0", + "automatic-version-check": true, + "last-updated": 1778630153 +}