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,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"
}