1
0

add my mods

This commit is contained in:
DigitalDetective47
2025-02-15 01:14:28 -05:00
parent bd72fc9929
commit 62c853c4e7
8 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# Custom Suit Order
Allows you to change the sort order of suits.

View File

@@ -0,0 +1,9 @@
{
"title": "Custom Suit Order",
"requires-steamodded": true,
"requires-talisman": false,
"categories": ["Quality of Life"],
"author": "DigitalDetective47",
"repo": "https://github.com/DigitalDetective47/suit-order",
"downloadURL": "https://github.com/DigitalDetective47/suit-order/archive/refs/heads/main.zip"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 KiB

View File

@@ -0,0 +1,5 @@
# Strange Library: A Balatro Library mod
Strange Library is a Balatro mod that adds various new features for mods to use. This mod has been mainly developed to make features used by my content mod, [Strange Pencil](https://github.com/DigitalDetective47/strange-pencil), more available to the modding community at large.
Check [the wiki](https://github.com/DigitalDetective47/strange-library/wiki) for documentation on what's included and how to use the features in your mod. Remember to list `StrangeLib` as a dependency if you do!

View File

@@ -0,0 +1,9 @@
{
"title": "Strange Library",
"requires-steamodded": true,
"requires-talisman": false,
"categories": ["API"],
"author": "DigitalDetective47",
"repo": "https://github.com/DigitalDetective47/strange-library",
"downloadURL": "https://github.com/DigitalDetective47/strange-library/archive/refs/heads/main.zip"
}

View File

@@ -0,0 +1,3 @@
# Strange Pencil
A content mod for balatro. Requires [Strange Library](https://github.com/DigitalDetective47/strange-library).

View File

@@ -0,0 +1,9 @@
{
"title": "Strange Pencil",
"requires-steamodded": true,
"requires-talisman": false,
"categories": ["Content"],
"author": "DigitalDetective47",
"repo": "https://github.com/DigitalDetective47/strange-pencil",
"downloadURL": "https://github.com/DigitalDetective47/strange-pencil/archive/refs/heads/main.zip"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 309 KiB