From 71a6da32c97077efe8f6686fa8e2262c176feb57 Mon Sep 17 00:00:00 2001 From: 12problems Date: Wed, 5 Aug 2026 22:33:22 -0400 Subject: [PATCH] Add Friends of BalatrOwen mod and mark it ranked legal Adds bet-overrides/jellyyman@Friends-of-BalatrOwen -- a Malverk-dependent texture pack from https://github.com/jellyyman/Friends-of-BalatrOwen featuring community members. downloadURL points at the zip checked into the repo's main branch (raw.githubusercontent.com) since the project's only GitHub release has no uploaded assets. This is a Bet-exclusive mod (not in upstream's mods/ index), so its meta.json and description.md live under bet-overrides/ alongside bet.json marking it allowedInRanked: true, per build_index.py's Bet-exclusive-mod handling -- nothing goes under mods/, which is upstream-owned and synced automatically. Co-Authored-By: Claude Sonnet 5 --- .../jellyyman@Friends-of-BalatrOwen/bet.json | 3 +++ .../jellyyman@Friends-of-BalatrOwen/description.md | 10 ++++++++++ .../jellyyman@Friends-of-BalatrOwen/meta.json | 14 ++++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 bet-overrides/jellyyman@Friends-of-BalatrOwen/bet.json create mode 100644 bet-overrides/jellyyman@Friends-of-BalatrOwen/description.md create mode 100644 bet-overrides/jellyyman@Friends-of-BalatrOwen/meta.json diff --git a/bet-overrides/jellyyman@Friends-of-BalatrOwen/bet.json b/bet-overrides/jellyyman@Friends-of-BalatrOwen/bet.json new file mode 100644 index 00000000..569c28be --- /dev/null +++ b/bet-overrides/jellyyman@Friends-of-BalatrOwen/bet.json @@ -0,0 +1,3 @@ +{ + "allowedInRanked": true +} diff --git a/bet-overrides/jellyyman@Friends-of-BalatrOwen/description.md b/bet-overrides/jellyyman@Friends-of-BalatrOwen/description.md new file mode 100644 index 00000000..d2fac795 --- /dev/null +++ b/bet-overrides/jellyyman@Friends-of-BalatrOwen/description.md @@ -0,0 +1,10 @@ +# Friends of BalatrOwen + +A [Malverk](https://github.com/Eremel/Malverk)-dependent texture pack that reskins jokers, +tarots, vouchers, and more with art featuring players from the Balatro Multiplayer community. + +Currently includes 65 jokers, 8 tarots, 4 vouchers, and 3 spectrals. + +Want to be featured? Reach out to jellyyman on Discord. + +**Requires:** [Steamodded](https://github.com/Steamodded/smods) and [Malverk](https://github.com/Eremel/Malverk). diff --git a/bet-overrides/jellyyman@Friends-of-BalatrOwen/meta.json b/bet-overrides/jellyyman@Friends-of-BalatrOwen/meta.json new file mode 100644 index 00000000..b0b29f21 --- /dev/null +++ b/bet-overrides/jellyyman@Friends-of-BalatrOwen/meta.json @@ -0,0 +1,14 @@ +{ + "title": "Friends of BalatrOwen", + "requires-steamodded": true, + "requires-talisman": false, + "categories": [ + "Resource Packs" + ], + "author": "jellyyman", + "repo": "https://github.com/jellyyman/Friends-of-BalatrOwen", + "downloadURL": "https://raw.githubusercontent.com/jellyyman/Friends-of-BalatrOwen/main/Friends-of-BalatrOwen.zip", + "automatic-version-check": false, + "version": "2.0.0", + "last-updated": 1785926963 +}