diff --git a/mods/DigitalDetective47@CustomSuitOrder/description.md b/mods/DigitalDetective47@CustomSuitOrder/description.md new file mode 100644 index 00000000..0c1fe3e0 --- /dev/null +++ b/mods/DigitalDetective47@CustomSuitOrder/description.md @@ -0,0 +1,3 @@ +# Custom Suit Order + +Allows you to change the sort order of suits. diff --git a/mods/DigitalDetective47@CustomSuitOrder/meta.json b/mods/DigitalDetective47@CustomSuitOrder/meta.json new file mode 100644 index 00000000..51bfbb0a --- /dev/null +++ b/mods/DigitalDetective47@CustomSuitOrder/meta.json @@ -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" +} \ No newline at end of file diff --git a/mods/DigitalDetective47@CustomSuitOrder/thumbnail.jpg b/mods/DigitalDetective47@CustomSuitOrder/thumbnail.jpg new file mode 100644 index 00000000..6dabb7c0 Binary files /dev/null and b/mods/DigitalDetective47@CustomSuitOrder/thumbnail.jpg differ diff --git a/mods/DigitalDetective47@StrangeLibrary/description.md b/mods/DigitalDetective47@StrangeLibrary/description.md new file mode 100644 index 00000000..b773940b --- /dev/null +++ b/mods/DigitalDetective47@StrangeLibrary/description.md @@ -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! diff --git a/mods/DigitalDetective47@StrangeLibrary/meta.json b/mods/DigitalDetective47@StrangeLibrary/meta.json new file mode 100644 index 00000000..0f5057f7 --- /dev/null +++ b/mods/DigitalDetective47@StrangeLibrary/meta.json @@ -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" +} \ No newline at end of file diff --git a/mods/DigitalDetective47@StrangePencil/description.md b/mods/DigitalDetective47@StrangePencil/description.md new file mode 100644 index 00000000..ae2162c1 --- /dev/null +++ b/mods/DigitalDetective47@StrangePencil/description.md @@ -0,0 +1,3 @@ +# Strange Pencil + +A content mod for balatro. Requires [Strange Library](https://github.com/DigitalDetective47/strange-library). diff --git a/mods/DigitalDetective47@StrangePencil/meta.json b/mods/DigitalDetective47@StrangePencil/meta.json new file mode 100644 index 00000000..06397008 --- /dev/null +++ b/mods/DigitalDetective47@StrangePencil/meta.json @@ -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" +} \ No newline at end of file diff --git a/mods/DigitalDetective47@StrangePencil/thumbnail.jpg b/mods/DigitalDetective47@StrangePencil/thumbnail.jpg new file mode 100644 index 00000000..e947e58a Binary files /dev/null and b/mods/DigitalDetective47@StrangePencil/thumbnail.jpg differ