diff --git a/mods/ABGamma@Brainstorm-Rerolled/description.md b/mods/ABGamma@Brainstorm-Rerolled/description.md new file mode 100644 index 00000000..2119f290 --- /dev/null +++ b/mods/ABGamma@Brainstorm-Rerolled/description.md @@ -0,0 +1,55 @@ +# Brainstorm Rerolled +This is a fork of both [Brainstorm](https://github.com/OceanRamen/Brainstorm) created by [OceanRamen](https://github.com/OceanRamen) as well as [Immolate](https://github.com/SpectralPack/Immolate) please give credit to them as I have simply modified the hard work they did + +# /!\ Not compatible with macOS /!\ + +## Description +This repository houses both the code for the brainstorm mod as well as the code for the C++ version of the Immolate seed finder. If you would like to create your own filters simply +add the code to the Immolate.cpp file, update the brainstorm endpoints to include whatever you need and then build it. This will generate a dll +that you can then place in the mods folder of balatro. The brainstorm mod will automatically detect the dll and use it, though you will need to update the brainstorm.lua and ui.lua +in order to properly use your new options + +## Features +### Save-States +Brainstorm has the capability to save up to 5 save-states through the use of in-game key binds. +> To create a save-state: Hold `z + 1-5` +> To load a save-state: Hold `x + 1-5` + +Each number from 0 - 5 corresponds to a save slot. To overwrite an old save, simply create a new save-state in it's slot. + +### Fast Rerolling +Brainstorm allows for super-fast rerolling through the use of an in-game key bind. +> To fast-roll: Press `Ctrl + r` + +### Auto-Rerolling +Brainstorm can automatically reroll for parameters as specified by the user. +You can edit the Auto-Reroll parameters in the Brainstorm in-game settings page. +> To Auto-Reroll: Press `Ctrl + a` + +### Various Filters +In addition to the original filters from brainstorm I have added a few more filters that can help facilitate Crimson Bean or simply an easy early game + +ANTE 8 BEAN: This ensures you get a Turtle Bean within the first 150 items in the shop +LATE BURGLAR: This ensures there is a burglar within the first 50-150 cards in the ante 6, 7, or 8 shop +RETCON: This ensures that the retcon voucher appears before or in ante 8 +EARLY COPY + MONEY: This ensures that between the shop and the packs in ante 1 you get a brainstorm, blueprint, and some form of money generation + +### Custom Filtering +I have added some basic code and an example to go off of to create custom filters. I have set it up so that custom filters will override any other selected filter to avoid crashes. If you want to use +the mod as originally created simply keep the custom filters set to "No Filter". If you want to create your own custom filters you will need to edit immolate.cpp and immolate.hpp to add your custom filter similar to how I added the "Negative Blueprint" filter +once added there you can build it and then copy the resulting dll into the brainstorm mod folder. Then you need to update the ui.lua and brainstorm.lua too add your new filter to the list. + +#### Adding Custom Filters +1. Open immolate.hpp + 1. Add the name of your new filter to `enum class customFilters` + 1. Add a new case in `inline std::string filterToString(customFilters f)` for your new filter + 1. add a new if statement in `inline customFilters stringToFilter(std::string i)` for your new filter +1. Open immolate.cpp + 1. Add a new case in the switch statement for your filter to `long filter(Instance inst)` + 1. Add corresponding code inside of that case for your custom filter +1. Save and build the C++ code and copy the resulting dll into the brainstorm mod folder +1. Open ui.lua + 1. Add a new entry to the `local custom_filter_list` corresponding to your new filter + 1. Add a new entry to the `local custom_filter_keys` corresponding to your new filter +1. Save ui.lua and run the game +1. Your new filter should now be usable in the brainstorm settings \ No newline at end of file diff --git a/mods/ABGamma@Brainstorm-Rerolled/meta.json b/mods/ABGamma@Brainstorm-Rerolled/meta.json new file mode 100644 index 00000000..bff9c7b9 --- /dev/null +++ b/mods/ABGamma@Brainstorm-Rerolled/meta.json @@ -0,0 +1,16 @@ +{ + "title": "Brainstorm-Rerolled", + "requires-steamodded": false, + "requires-talisman": false, + "categories": [ + "Content", + "Technical", + "Miscellaneous" + ], + "author": "OceanRamen and ABGamma", + "repo": "https://github.com/ABGamma/Brainstorm-Rerolled/", + "downloadURL": "https://github.com/ABGamma/Brainstorm-Rerolled/releases/latest/download/Brainstorm-Rerolled.zip", + "folderName": "Brainstorm-Rerolled", + "version": "Brainstorm-Rerolled-1.0.2-alpha", + "automatic-version-check": true +} diff --git a/mods/ABGamma@Brainstorm-Rerolled/thumbnail.jpg b/mods/ABGamma@Brainstorm-Rerolled/thumbnail.jpg new file mode 100644 index 00000000..0b88b9eb Binary files /dev/null and b/mods/ABGamma@Brainstorm-Rerolled/thumbnail.jpg differ diff --git a/mods/BakersDozenBagels@Bakery/meta.json b/mods/BakersDozenBagels@Bakery/meta.json index f3ea84fe..dd40e52b 100644 --- a/mods/BakersDozenBagels@Bakery/meta.json +++ b/mods/BakersDozenBagels@Bakery/meta.json @@ -11,5 +11,5 @@ "repo": "https://github.com/BakersDozenBagels/BalatroBakery", "downloadURL": "https://github.com/BakersDozenBagels/BalatroBakery/archive/refs/heads/main.zip", "automatic-version-check": true, - "version": "488197e" + "version": "6b48bcf" } diff --git a/mods/CampfireCollective@ExtraCredit/meta.json b/mods/CampfireCollective@ExtraCredit/meta.json index 910bfc0f..32266730 100644 --- a/mods/CampfireCollective@ExtraCredit/meta.json +++ b/mods/CampfireCollective@ExtraCredit/meta.json @@ -10,5 +10,5 @@ "repo": "https://github.com/GuilloryCraft/ExtraCredit", "downloadURL": "https://github.com/GuilloryCraft/ExtraCredit/archive/refs/heads/main.zip", "automatic-version-check": true, - "version": "94bd9fb" + "version": "0855210" } diff --git a/mods/DigitalDetective47@NextAntePreview/meta.json b/mods/DigitalDetective47@NextAntePreview/meta.json index 512df936..304b3155 100644 --- a/mods/DigitalDetective47@NextAntePreview/meta.json +++ b/mods/DigitalDetective47@NextAntePreview/meta.json @@ -9,5 +9,5 @@ "repo": "https://github.com/DigitalDetective47/next-ante-preview", "downloadURL": "https://github.com/DigitalDetective47/next-ante-preview/archive/refs/heads/main.zip", "automatic-version-check": true, - "version": "72c035a" + "version": "fd72a1d" } diff --git a/mods/ENNWAY@SuperFine/meta.json b/mods/ENNWAY@SuperFine/meta.json index 9a0d7905..e27ba579 100644 --- a/mods/ENNWAY@SuperFine/meta.json +++ b/mods/ENNWAY@SuperFine/meta.json @@ -10,6 +10,6 @@ "repo": "https://github.com/energykid/SuperFine", "downloadURL": "https://github.com/energykid/SuperFine/releases/latest/download/SuperFine.zip", "folderName": "SuperFine", - "version": "release", + "version": "v1.0.5", "automatic-version-check": true } diff --git a/mods/Eremel@Galdur/meta.json b/mods/Eremel@Galdur/meta.json index 6bf4017d..1ef3f0cc 100644 --- a/mods/Eremel@Galdur/meta.json +++ b/mods/Eremel@Galdur/meta.json @@ -10,5 +10,5 @@ "repo": "https://github.com/Eremel/Galdur", "downloadURL": "https://github.com/Eremel/Galdur/archive/refs/heads/master.zip", "automatic-version-check": true, - "version": "0cc3ca1" + "version": "c0b9ad3" } diff --git a/mods/EricTheToon@Fortlatro/meta.json b/mods/EricTheToon@Fortlatro/meta.json index e40af415..678e36d2 100644 --- a/mods/EricTheToon@Fortlatro/meta.json +++ b/mods/EricTheToon@Fortlatro/meta.json @@ -11,5 +11,5 @@ "repo": "https://github.com/EricTheToon/Fortlatro", "downloadURL": "https://github.com/EricTheToon/Fortlatro/releases/latest/download/Fortlatro.zip", "automatic-version-check": true, - "version": "1.1.6" + "version": "1.1.7" } diff --git a/mods/Fantom@Fantom'sPreview/meta.json b/mods/Fantom@Fantom'sPreview/meta.json index c7210ab0..0de82a52 100644 --- a/mods/Fantom@Fantom'sPreview/meta.json +++ b/mods/Fantom@Fantom'sPreview/meta.json @@ -9,6 +9,6 @@ "repo": "https://github.com/Fantom-Balatro/Fantoms-Preview", "downloadURL": "https://github.com/Fantom-Balatro/Fantoms-Preview/releases/latest/download/Fantoms-Preview.zip", "folderName": "Fantoms-Preview", - "version": "v2.3.0", + "version": "v2.3.1", "automatic-version-check": true } diff --git a/mods/Finnaware@Finn'sPokélatro/meta.json b/mods/Finnaware@Finn'sPokélatro/meta.json index 716ff540..87dbd79e 100644 --- a/mods/Finnaware@Finn'sPokélatro/meta.json +++ b/mods/Finnaware@Finn'sPokélatro/meta.json @@ -9,5 +9,5 @@ "repo": "https://github.com/Finnaware/Finn-Pokelatro", "downloadURL": "https://github.com/Finnaware/Finn-Pokelatro/archive/refs/heads/main.zip", "automatic-version-check": true, - "version": "34651f5" + "version": "edd7cc0" } diff --git a/mods/Glitchkat10@Cryptposting/meta.json b/mods/Glitchkat10@Cryptposting/meta.json index 074149af..e90c4cf7 100644 --- a/mods/Glitchkat10@Cryptposting/meta.json +++ b/mods/Glitchkat10@Cryptposting/meta.json @@ -10,6 +10,6 @@ "repo": "https://github.com/kierkat10/Cryptposting", "downloadURL": "https://github.com/kierkat10/Cryptposting/archive/refs/heads/main.zip", "folderName": "Cryptposting", - "version": "8e0ed83", + "version": "1342ba6", "automatic-version-check": true } diff --git a/mods/GunnableScum@Visibility/meta.json b/mods/GunnableScum@Visibility/meta.json index 86fe84c6..572df57c 100644 --- a/mods/GunnableScum@Visibility/meta.json +++ b/mods/GunnableScum@Visibility/meta.json @@ -11,5 +11,5 @@ "repo": "https://github.com/GunnableScum/Visibility", "downloadURL": "https://github.com/GunnableScum/Visibility/releases/latest/download/Visibility.zip", "automatic-version-check": true, - "version": "demo-hotfix" + "version": "v1.0.2" } diff --git a/mods/IcyEthics@BalatroGoesKino/meta.json b/mods/IcyEthics@BalatroGoesKino/meta.json index 44e9d12e..04209c97 100644 --- a/mods/IcyEthics@BalatroGoesKino/meta.json +++ b/mods/IcyEthics@BalatroGoesKino/meta.json @@ -9,6 +9,6 @@ "repo": "https://github.com/icyethics/Kino", "downloadURL": "https://github.com/icyethics/Kino/archive/refs/heads/main.zip", "folderName": "Kino", - "version": "539f054", + "version": "5568884", "automatic-version-check": true } diff --git a/mods/InertSteak@Pokermon/meta.json b/mods/InertSteak@Pokermon/meta.json index ef6a75f2..c0129336 100644 --- a/mods/InertSteak@Pokermon/meta.json +++ b/mods/InertSteak@Pokermon/meta.json @@ -11,5 +11,5 @@ "repo": "https://github.com/InertSteak/Pokermon", "downloadURL": "https://github.com/InertSteak/Pokermon/archive/refs/heads/main.zip", "automatic-version-check": true, - "version": "bc16526" + "version": "324def2" } diff --git a/mods/JosephPB09@CuriLatro/description.md b/mods/JosephPB09@CuriLatro/description.md new file mode 100644 index 00000000..38b42c1f --- /dev/null +++ b/mods/JosephPB09@CuriLatro/description.md @@ -0,0 +1,4 @@ +# CuriLatro +This mod changes some jokers to curis created or shared in the Balatro fans Facebook group. + +only put this folder into the mod manager folder diff --git a/mods/JosephPB09@CuriLatro/meta.json b/mods/JosephPB09@CuriLatro/meta.json new file mode 100644 index 00000000..9640057e --- /dev/null +++ b/mods/JosephPB09@CuriLatro/meta.json @@ -0,0 +1,14 @@ +{ + "title": "CuriLatro", + "requires-steamodded": true, + "requires-talisman": false, + "categories": [ + "Resource Packs" + ], + "author": "JosephPB09 and Balatro fans", + "repo": "https://github.com/JosephPB0909/CuriLatro", + "downloadURL": "https://github.com/JosephPB0909/CuriLatro/archive/refs/tags/mod.zip", + "folderName": "CuriLatro", + "version": "mod", + "automatic-version-check": true +} diff --git a/mods/JosephPB09@CuriLatro/thumbnail.jpg b/mods/JosephPB09@CuriLatro/thumbnail.jpg new file mode 100644 index 00000000..3d9df216 Binary files /dev/null and b/mods/JosephPB09@CuriLatro/thumbnail.jpg differ diff --git a/mods/KROOOL@Tiendita's/meta.json b/mods/KROOOL@Tiendita's/meta.json index 471b518a..c7f304ab 100644 --- a/mods/KROOOL@Tiendita's/meta.json +++ b/mods/KROOOL@Tiendita's/meta.json @@ -10,6 +10,6 @@ "repo": "https://github.com/KROOOL/Tiendita-s-Jokers", "downloadURL": "https://github.com/KROOOL/Tiendita-s-Jokers/archive/refs/heads/main.zip", "folderName": "Tiendita's Jokers", - "version": "2b310d2", + "version": "7c01a1e", "automatic-version-check": true } diff --git a/mods/Larswijn@CardSleeves/meta.json b/mods/Larswijn@CardSleeves/meta.json index 4744c403..02848094 100644 --- a/mods/Larswijn@CardSleeves/meta.json +++ b/mods/Larswijn@CardSleeves/meta.json @@ -10,5 +10,5 @@ "repo": "https://github.com/larswijn/CardSleeves", "downloadURL": "https://github.com/larswijn/CardSleeves/archive/refs/heads/master.zip", "automatic-version-check": true, - "version": "342307d" + "version": "c2a22f0" } diff --git a/mods/Lime_Effy@CelestialFunk/meta.json b/mods/Lime_Effy@CelestialFunk/meta.json index 96dd5316..ba155af0 100644 --- a/mods/Lime_Effy@CelestialFunk/meta.json +++ b/mods/Lime_Effy@CelestialFunk/meta.json @@ -9,5 +9,5 @@ "repo": "https://github.com/LimeEffy/Celestial-Funk", "downloadURL": "https://github.com/LimeEffy/Celestial-Funk/archive/refs/heads/main.zip", "automatic-version-check": true, - "version": "01123a0" + "version": "0cd8f89" } diff --git a/mods/MathIsFun0@Ankh/description.md b/mods/MathIsFun0@Ankh/description.md new file mode 100644 index 00000000..93a54c3c --- /dev/null +++ b/mods/MathIsFun0@Ankh/description.md @@ -0,0 +1,12 @@ +# Ankh +An in-game timer, autosplitter, and replay mod for Balatro. + +## Using Ankh +All runs uploaded to Speedrun.com with this mod must use its Official Mode, which you can find in the profile selection menu. +To reset runs with multiple segments, hold down Control+R instead of just R. + +# Beta 2.0.0 +Note: This is a beta version of Ankh, so expect bugs! Additionally, it is also not recommended in Speedrun.com submissions. +Special thanks to @OceanRamen for their help in the development process of 2.0.0. + +There is an [FAQ Doc](https://docs.google.com/document/d/1bBCoUyFRuezepSOG2u0so5UJD-7u81b_JHw-fyyQUcc/edit?tab=t.0) for more assistance. \ No newline at end of file diff --git a/mods/MathIsFun0@Ankh/meta.json b/mods/MathIsFun0@Ankh/meta.json new file mode 100644 index 00000000..d32ced9c --- /dev/null +++ b/mods/MathIsFun0@Ankh/meta.json @@ -0,0 +1,15 @@ +{ + "title": "Ankh", + "requires-steamodded": true, + "requires-talisman": false, + "categories": [ + "Content", + "Miscellaneous" + ], + "author": "MathIsFun0 & OceanRamen", + "repo": "https://github.com/SpectralPack/Ankh/", + "downloadURL": "https://github.com/SpectralPack/Ankh/releases/download/v2.0.0-beta3/MathIsFun0-Ankh.zip", + "folderName": "Ankh", + "automatic-version-check": false, + "version": "v2.0.0-beta3" +} diff --git a/mods/MathIsFun0@Ankh/thumbnail.jpg b/mods/MathIsFun0@Ankh/thumbnail.jpg new file mode 100644 index 00000000..ec41aedc Binary files /dev/null and b/mods/MathIsFun0@Ankh/thumbnail.jpg differ diff --git a/mods/MathIsFun0@Cryptid/meta.json b/mods/MathIsFun0@Cryptid/meta.json index f6e0c894..bb0e8db1 100644 --- a/mods/MathIsFun0@Cryptid/meta.json +++ b/mods/MathIsFun0@Cryptid/meta.json @@ -7,8 +7,8 @@ ], "author": "MathIsFun0", "repo": "https://github.com/MathIsFun0/Cryptid", - "downloadURL": "https://github.com/MathIsFun0/Cryptid/archive/refs/tags/v0.5.8.zip", + "downloadURL": "https://github.com/MathIsFun0/Cryptid/archive/refs/tags/v0.5.9.zip", "folderName": "Cryptid", "automatic-version-check": true, - "version": "v0.5.8" + "version": "v0.5.9" } diff --git a/mods/MathIsFun0@Talisman/meta.json b/mods/MathIsFun0@Talisman/meta.json index 969dde0a..bce6bed3 100644 --- a/mods/MathIsFun0@Talisman/meta.json +++ b/mods/MathIsFun0@Talisman/meta.json @@ -12,5 +12,5 @@ "downloadURL": "https://github.com/MathIsFun0/Talisman/releases/latest/download/Talisman.zip", "folderName": "Talisman", "automatic-version-check": true, - "version": "v2.2.0c" + "version": "v2.3.0" } diff --git a/mods/MothBall@ModOfTheseus/description.md b/mods/MothBall@ModOfTheseus/description.md new file mode 100644 index 00000000..2650824c --- /dev/null +++ b/mods/MothBall@ModOfTheseus/description.md @@ -0,0 +1 @@ +Community driven content mod with Cryptid/Entropy-style balance \ No newline at end of file diff --git a/mods/MothBall@ModOfTheseus/meta.json b/mods/MothBall@ModOfTheseus/meta.json new file mode 100644 index 00000000..0403d9a0 --- /dev/null +++ b/mods/MothBall@ModOfTheseus/meta.json @@ -0,0 +1,15 @@ +{ + "title": "Mod of Theseus", + "requires-steamodded": true, + "requires-talisman": true, + "categories": [ + "Content", + "Joker" + ], + "author": "MothBall", + "repo": "https://github.com/Mod-Of-Theseus/Mod-Of-Theseus", + "downloadURL": "https://github.com/Mod-Of-Theseus/Mod-Of-Theseus/archive/refs/heads/main.zip", + "folderName": "ModOfTheseus", + "version": "e904a28", + "automatic-version-check": true +} diff --git a/mods/MothBall@ModOfTheseus/thumbnail.jpg b/mods/MothBall@ModOfTheseus/thumbnail.jpg new file mode 100644 index 00000000..a60db8ba Binary files /dev/null and b/mods/MothBall@ModOfTheseus/thumbnail.jpg differ diff --git a/mods/Mysthaps@LobotomyCorp/meta.json b/mods/Mysthaps@LobotomyCorp/meta.json index 317060ac..dfbb0231 100644 --- a/mods/Mysthaps@LobotomyCorp/meta.json +++ b/mods/Mysthaps@LobotomyCorp/meta.json @@ -9,5 +9,5 @@ "repo": "https://github.com/Mysthaps/LobotomyCorp", "downloadURL": "https://github.com/Mysthaps/LobotomyCorp/archive/refs/heads/main.zip", "automatic-version-check": true, - "version": "8338e5a" + "version": "8ca687d" } diff --git a/mods/Neato@NeatoJokers/meta.json b/mods/Neato@NeatoJokers/meta.json index e4392db4..52e0a680 100644 --- a/mods/Neato@NeatoJokers/meta.json +++ b/mods/Neato@NeatoJokers/meta.json @@ -10,5 +10,5 @@ "repo": "https://github.com/neatoqueen/NeatoJokers", "downloadURL": "https://github.com/neatoqueen/NeatoJokers/archive/refs/heads/main.zip", "automatic-version-check": true, - "version": "177d41e" + "version": "9bb678b" } diff --git a/mods/OceanRamen@Saturn/description.md b/mods/OceanRamen@Saturn/description.md new file mode 100644 index 00000000..bab4a236 --- /dev/null +++ b/mods/OceanRamen@Saturn/description.md @@ -0,0 +1,22 @@ +# Saturn - Quality of life mod for Balatro + +**Saturn** is a lovely mod for [Balatro](https://www.playbalatro.com/) which introduces some Quality of Life features for better game expirience on endless mode. + +## Features + +- **Animation Control** + + - **Game Speed:** Allow increase game speed up to 16x. + - **Remove Animations:** Eliminate in-game animations to speed up game loop in later antes. + - **Pause after scoring:** Provides some time to shuffle jokers during scoring + +- **Consumable Management** + + - **Stacking:** Stacking of consumable cards. Merge all negative copies of planets, tarots or other consumables to reduce lag. + +- **Enhanced Deck Viewer** + - **Hide Played Cards:** hide played cards in deck view. + +## Contributing + +Contributions are welcome! If you found any bug or want a new feature, [make an issue](https://github.com/OceanRamen/Saturn/issues). \ No newline at end of file diff --git a/mods/OceanRamen@Saturn/meta.json b/mods/OceanRamen@Saturn/meta.json new file mode 100644 index 00000000..86f5f323 --- /dev/null +++ b/mods/OceanRamen@Saturn/meta.json @@ -0,0 +1,15 @@ +{ + "title": "Saturn", + "requires-steamodded": false, + "requires-talisman": false, + "categories": [ + "Technical", + "Miscellaneous" + ], + "author": "Saturn", + "repo": "https://github.com/OceanRamen/Saturn", + "downloadURL": "https://github.com/OceanRamen/Saturn/archive/refs/tags/alpha-0.2.2-E-qf3.zip", + "folderName": "Saturn", + "version": "alpha-0.2.2-E-qf3", + "automatic-version-check": true +} diff --git a/mods/OceanRamen@Saturn/thumbnail.jpg b/mods/OceanRamen@Saturn/thumbnail.jpg new file mode 100644 index 00000000..7e0920bb Binary files /dev/null and b/mods/OceanRamen@Saturn/thumbnail.jpg differ diff --git a/mods/OneSuchKeeper@Hunatro/description.md b/mods/OneSuchKeeper@Hunatro/description.md index 810a8b1e..c4792205 100644 --- a/mods/OneSuchKeeper@Hunatro/description.md +++ b/mods/OneSuchKeeper@Hunatro/description.md @@ -7,16 +7,21 @@ # Features - 24 Deck Skins -- 83 Jokers +- 84 Jokers - 30 Blinds (Dates) - 4 Seals - 4 Suits -- 1 Deck Back +- 7 Deck Backs - 2 Vouchers - 3 Tarots - 2 Planets - 1 Spectral - 1 Enhancement + +# Notes: + +This mod does **NOT** require [Malverk](https://github.com/Eremel/Malverk), but it is compatible with it and will add itself as a texture pack if [Malverk](https://github.com/Eremel/Malverk) is also installed. + # Credits Textures modified from textures in **[Huniepop 2: Double Date](https://huniepop2doubledate.com/)** and **[Huniecam Studio](https://huniecamstudio.com/)** are used with permission from the developer. These textures are owned by **[Huniepot](https://huniepot.com/)**. diff --git a/mods/OneSuchKeeper@Hunatro/meta.json b/mods/OneSuchKeeper@Hunatro/meta.json index 65b4a093..01fc0db7 100644 --- a/mods/OneSuchKeeper@Hunatro/meta.json +++ b/mods/OneSuchKeeper@Hunatro/meta.json @@ -9,5 +9,5 @@ "repo": "https://github.com/onesuchkeeper/Hunatro", "downloadURL": "https://github.com/onesuchkeeper/hunatro/releases/latest/download/hunatro.zip", "automatic-version-check": true, - "version": "v1.0.2" + "version": "v1.1.1" } diff --git a/mods/OneSuchKeeper@TelepurteCards/description.md b/mods/OneSuchKeeper@TelepurteCards/description.md new file mode 100644 index 00000000..1986106f --- /dev/null +++ b/mods/OneSuchKeeper@TelepurteCards/description.md @@ -0,0 +1,13 @@ +## Telepurte Cards + +# Features +- 4 Deck Skins +- 4 Joker Skins + +# Notes +This mod does **NOT** require [Malverk](https://github.com/Eremel/Malverk), but it is compatible with it and will add itself as a texture pack if [Malverk](https://github.com/Eremel/Malverk) is also installed. + +# Credits +Nila pixel art, origional suit joker art and characters by **[Telepurte](https://x.com/Telepeturtle)** + +Development and all other textures are by **[OneSuchKeeper](https://www.youtube.com/@onesuchkeeper8389)** \ No newline at end of file diff --git a/mods/OneSuchKeeper@TelepurteCards/meta.json b/mods/OneSuchKeeper@TelepurteCards/meta.json new file mode 100644 index 00000000..50f896d0 --- /dev/null +++ b/mods/OneSuchKeeper@TelepurteCards/meta.json @@ -0,0 +1,13 @@ +{ + "title": "Telepurte Cards", + "requires-steamodded": true, + "requires-talisman": false, + "categories": [ + "Resource Packs" + ], + "author": "OneSuchKeeper", + "repo": "https://github.com/onesuchkeeper/telepurtedeck", + "downloadURL": "https://github.com/onesuchkeeper/telepurtedeck/releases/latest/download/TelepurteCards.zip", + "automatic-version-check": true, + "version": "v1.0.1" +} diff --git a/mods/OneSuchKeeper@TelepurteCards/thumbnail.jpg b/mods/OneSuchKeeper@TelepurteCards/thumbnail.jpg new file mode 100644 index 00000000..3ca050e0 Binary files /dev/null and b/mods/OneSuchKeeper@TelepurteCards/thumbnail.jpg differ diff --git a/mods/Opal@ChallengerDeep/meta.json b/mods/Opal@ChallengerDeep/meta.json index 02df35c3..8cf1f708 100644 --- a/mods/Opal@ChallengerDeep/meta.json +++ b/mods/Opal@ChallengerDeep/meta.json @@ -10,5 +10,5 @@ "repo": "https://github.com/OOkayOak/Challenger-Deep", "downloadURL": "https://github.com/OOkayOak/Challenger-Deep/releases/latest/download/ChallengerDeep.zip", "automatic-version-check": true, - "version": "v1.4.0" + "version": "v1.4.2" } diff --git a/mods/RattlingSnow353@Familiar/meta.json b/mods/RattlingSnow353@Familiar/meta.json index 6f9ef529..73a885d2 100644 --- a/mods/RattlingSnow353@Familiar/meta.json +++ b/mods/RattlingSnow353@Familiar/meta.json @@ -9,5 +9,5 @@ "repo": "https://github.com/RattlingSnow353/Familiar/tree/main", "downloadURL": "https://github.com/RattlingSnow353/Familiar/archive/refs/heads/BetterCalc-Fixes.zip", "automatic-version-check": true, - "version": "b5a9715" + "version": "0dcd89b" } diff --git a/mods/Revo@Revo'sVault/meta.json b/mods/Revo@Revo'sVault/meta.json index a7d99259..167e75f2 100644 --- a/mods/Revo@Revo'sVault/meta.json +++ b/mods/Revo@Revo'sVault/meta.json @@ -9,5 +9,5 @@ "repo": "https://github.com/Cdrvo/Revos-Vault---Balatro-Mod", "downloadURL": "https://github.com/Cdrvo/Revos-Vault---Balatro-Mod/archive/refs/heads/main.zip", "automatic-version-check": true, - "version": "6571f86" + "version": "30a6ff8" } diff --git a/mods/RoffleChat@Rofflatro/meta.json b/mods/RoffleChat@Rofflatro/meta.json index 5aba69ae..bde3b68f 100644 --- a/mods/RoffleChat@Rofflatro/meta.json +++ b/mods/RoffleChat@Rofflatro/meta.json @@ -8,8 +8,8 @@ ], "author": "Roffle's Chat", "repo": "https://github.com/MamiKeRiko/Rofflatro", - "downloadURL": "https://github.com/MamiKeRiko/Rofflatro/archive/refs/tags/v1.1.2.zip", + "downloadURL": "https://github.com/MamiKeRiko/Rofflatro/archive/refs/tags/v1.1.3e.zip", "folderName": "Rofflatro", - "version": "v1.1.2", + "version": "v1.1.3e", "automatic-version-check": true } diff --git a/mods/SDM0@SDM_0-s-Stuff/meta.json b/mods/SDM0@SDM_0-s-Stuff/meta.json index a0788db1..4418ce91 100644 --- a/mods/SDM0@SDM_0-s-Stuff/meta.json +++ b/mods/SDM0@SDM_0-s-Stuff/meta.json @@ -10,5 +10,5 @@ "repo": "https://github.com/SDM0/SDM_0-s-Stuff", "downloadURL": "https://github.com/SDM0/SDM_0-s-Stuff/archive/refs/heads/main.zip", "automatic-version-check": true, - "version": "c629bff" + "version": "988681d" } diff --git a/mods/SMG9000@Cryptid-MoreMarioJokers/meta.json b/mods/SMG9000@Cryptid-MoreMarioJokers/meta.json index 0213d123..1d8a302f 100644 --- a/mods/SMG9000@Cryptid-MoreMarioJokers/meta.json +++ b/mods/SMG9000@Cryptid-MoreMarioJokers/meta.json @@ -10,6 +10,6 @@ "repo": "https://github.com/smg9000/Cryptid-MoreMarioJokers", "downloadURL": "https://github.com/smg9000/Cryptid-MoreMarioJokers/archive/refs/heads/main.zip", "folderName": "Cryptid-MoreMarioJokers", - "version": "5505084", + "version": "4f7c987", "automatic-version-check": true } diff --git a/mods/SirMaiquis@Baldatro/description.md b/mods/SirMaiquis@Baldatro/description.md new file mode 100644 index 00000000..d709b687 --- /dev/null +++ b/mods/SirMaiquis@Baldatro/description.md @@ -0,0 +1,26 @@ +# Baldatro Mod for Balatro + +Baldatro is a mod that makes all the jokers bald, thats it, enjoy! + +## Features + +- **Makes almost all Jokers bald**: Thats it, not much to say. + +## Installation + +To install the "Baldatro" mod, follow these steps: + +1. This mod requires [Steamodded](https://github.com/Steamodded/smods). +2. Just the download the "Baldatro-vx.zip" file from releases of the mod and extract it in your C:\Users\\AppData\Roaming\Balatro\Mods or %appdata%\Balatro\Mods directory. + +## Support + +If you encounter any problems or have questions, please open an issue in this repository. Feedback and suggestions are always appreciated! + +Thank you for using or contributing to the Stickers Always Shown mod! + +## Contributors + +Special thanks to the mod contributors: + +- [@SirMaiquis](https://github.com/SirMaiquis) - Main developer and maintainer of the mod. diff --git a/mods/SirMaiquis@Baldatro/meta.json b/mods/SirMaiquis@Baldatro/meta.json new file mode 100644 index 00000000..87e67c1c --- /dev/null +++ b/mods/SirMaiquis@Baldatro/meta.json @@ -0,0 +1,15 @@ +{ + "title": "Baldatro", + "requires-steamodded": true, + "requires-talisman": false, + "categories": [ + "Resource Packs", + "Joker" + ], + "author": "SirMaiquis", + "repo": "https://github.com/SirMaiquis/Balatro-Baldatro", + "downloadURL": "https://github.com/SirMaiquis/Balatro-Baldatro/releases/latest/download/Baldatro.zip", + "folderName": "Baldatro", + "automatic-version-check": true, + "version": "v1.0.0" +} diff --git a/mods/SirMaiquis@Baldatro/thumbnail.jpg b/mods/SirMaiquis@Baldatro/thumbnail.jpg new file mode 100644 index 00000000..b9da46c2 Binary files /dev/null and b/mods/SirMaiquis@Baldatro/thumbnail.jpg differ diff --git a/mods/SleepyG11@HandyBalatro/description.md b/mods/SleepyG11@HandyBalatro/description.md index 5ac79ba6..cad58914 100644 --- a/mods/SleepyG11@HandyBalatro/description.md +++ b/mods/SleepyG11@HandyBalatro/description.md @@ -1,18 +1,15 @@ -Handy - a lovely mod which adds a bunch of new controls designed to make playing Balatro much easier. -Especially useful with other mods where using or selling thousands of cards and opening hundreds of booster packs is a common gameplay. -Key features +Handy - a lovely mod which adds new controls and keybinds to the game +designed for faster and easier playing Vanilla and Modded Balatro. - Keybinds for common buttons: "Play", "Discard", "Reroll shop", "Leave shop", "Skip Booster pack", "Skip blind", "Select blind", "Sort hand by rank/suit", "Deselect hand", "Cash out", "Run info", "View deck", "Deck preview"; - Highlight cards in hand on hover + keybind for highlight entire hand; - Keybinds to move highlight/card in card areas: Jokers, Consumabled, Shop, Booster packs, etc; - Hold keybinds to quick buy/sell/use cards + unsafe versions for maximum speed; - In-game ability to adjust game speed (from x1/512 to x512); - Mods support: - Not Just Yet: keybind for "End round" button; - Nopeus: In-game ability to adjust "Fast-Forward" setting (from "Off" to "Unsafe"); - For keybindsб "On press" or "On release" trigger mode can be selected. - Each feature can be toggled and/or reassigned to any keyboard buttons, mouse buttons and mouse wheel - No run or game restarts required. - All listed controls and assigned keybinds listed in mod settings. - Unsafe controls designed to be speed-first, which can cause bugs/crashes. - Needs to be enabled separately in mod settings. +- Vanilla-friendly: no new run required; stability is priority, safe for use in base game and Multiplayer; +- Works without Steamodded: but included supports for variety of different mods (NotJustYet, Nopeus, Cryptid); +- Fast hand selection: highlight cards just by hovering them; +- Keybinds for all vanilla buttons and actions: play, discard, hand sorting, cash out, shop reroll, view deck, and more; +- Game speed: adjust game speed up to x512 in-run; +- Animation skip: instant scoring and removing unnecessary animations to speedup game even further; +- Quick Buy/Sell/Use: controls to buy, sell or use cards faster; +- Selection movement: more precise management on large amoung of jokers or consumables; +- Full control: each feature can be disabled/enabled individually, each keybind can be reassigned to any keyboard or mouse button; +- Gamepad support: most features can be used with gamepad aswell; +- Presets: save up to 3 mod settings layouts and switch between them in-run to have more freedom with limited amount of buttons; +- ...and more! diff --git a/mods/SleepyG11@HandyBalatro/meta.json b/mods/SleepyG11@HandyBalatro/meta.json index d7493bf7..1fbd983f 100644 --- a/mods/SleepyG11@HandyBalatro/meta.json +++ b/mods/SleepyG11@HandyBalatro/meta.json @@ -9,5 +9,5 @@ "repo": "https://github.com/SleepyG11/HandyBalatro", "downloadURL": "https://github.com/SleepyG11/HandyBalatro/archive/refs/heads/main.zip", "automatic-version-check": true, - "version": "edc5735" + "version": "ab4595b" } diff --git a/mods/Steamodded@smods/meta.json b/mods/Steamodded@smods/meta.json index 6f3a59d5..839e321f 100644 --- a/mods/Steamodded@smods/meta.json +++ b/mods/Steamodded@smods/meta.json @@ -9,5 +9,5 @@ "repo": "https://github.com/Steamodded/smods", "downloadURL": "https://github.com/Steamodded/smods/archive/refs/heads/main.zip", "automatic-version-check": true, - "version": "7d9be20" + "version": "67279fa" } diff --git a/mods/TOGAPack@TheOneGoofAli/meta.json b/mods/TOGAPack@TheOneGoofAli/meta.json index f16a5456..8a0e41f8 100644 --- a/mods/TOGAPack@TheOneGoofAli/meta.json +++ b/mods/TOGAPack@TheOneGoofAli/meta.json @@ -10,5 +10,5 @@ "repo": "https://github.com/TheOneGoofAli/TOGAPackBalatro", "downloadURL": "https://github.com/TheOneGoofAli/TOGAPackBalatro/archive/refs/heads/main.zip", "automatic-version-check": true, - "version": "1494b4f" + "version": "75155d2" } diff --git a/mods/Th30ne@GrabBag/description.md b/mods/Th30ne@GrabBag/description.md new file mode 100644 index 00000000..833cef38 --- /dev/null +++ b/mods/Th30ne@GrabBag/description.md @@ -0,0 +1,11 @@ +# Grab Bag +Grab Bag is a Balatro mod that (as of v0.4.11) adds: +- 46 (+8) Jokers +- 3 Tarots +- 1 Spectral +- 3 Enhancements +- 15 Boss Blinds +- 5 Showdown Boss Blinds +- and 4 Decks. + +The content in this mod is supposed to feel vanilla, and I created this new content to be largely in line with the rules and design philosophy that localthunk follows when making Jokers and other content. diff --git a/mods/Th30ne@GrabBag/meta.json b/mods/Th30ne@GrabBag/meta.json new file mode 100644 index 00000000..a0b580d0 --- /dev/null +++ b/mods/Th30ne@GrabBag/meta.json @@ -0,0 +1,15 @@ +{ + "title": "Grab Bag", + "requires-steamodded": true, + "requires-talisman": false, + "categories": [ + "Content", + "Joker" + ], + "author": "Th30ne", + "repo": "https://github.com/thefaketh30ne/grab-bag", + "downloadURL": "https://github.com/thefaketh30ne/grab-bag/archive/refs/heads/main.zip", + "folderName": "GrabBag", + "automatic-version-check": true, + "version": "6e81f67" +} diff --git a/mods/Th30ne@GrabBag/thumbnail.jpg b/mods/Th30ne@GrabBag/thumbnail.jpg new file mode 100644 index 00000000..18d4155f Binary files /dev/null and b/mods/Th30ne@GrabBag/thumbnail.jpg differ diff --git a/mods/TheMotherfuckingBearodactyl@Insolence/meta.json b/mods/TheMotherfuckingBearodactyl@Insolence/meta.json index 0b271be9..657c55fd 100644 --- a/mods/TheMotherfuckingBearodactyl@Insolence/meta.json +++ b/mods/TheMotherfuckingBearodactyl@Insolence/meta.json @@ -7,8 +7,8 @@ ], "author": "The Motherfucking Bearodactyl", "repo": "https://github.com/thebearodactyl/insolence-balatro", - "downloadURL": "https://github.com/thebearodactyl/insolence-balatro/archive/refs/tags/2.0.5.zip", + "downloadURL": "https://github.com/thebearodactyl/insolence-balatro/archive/refs/tags/2.1.2.zip", "folderName": "Insolence", - "version": "2.0.5", + "version": "2.1.2", "automatic-version-check": true } diff --git a/mods/Trif3ctal@LuckyRabbit/meta.json b/mods/Trif3ctal@LuckyRabbit/meta.json index 80bc58a4..95130b13 100644 --- a/mods/Trif3ctal@LuckyRabbit/meta.json +++ b/mods/Trif3ctal@LuckyRabbit/meta.json @@ -10,5 +10,5 @@ "downloadURL": "https://github.com/Trif3ctal/Lucky-Rabbit/archive/refs/heads/main.zip", "folderName": "LuckyRabbit", "automatic-version-check": true, - "version": "ddcefd6" + "version": "43057bf" } diff --git a/mods/Zoker@ZokersModMenu/meta.json b/mods/Zoker@ZokersModMenu/meta.json index 9cc1c364..ee3e8c99 100644 --- a/mods/Zoker@ZokersModMenu/meta.json +++ b/mods/Zoker@ZokersModMenu/meta.json @@ -11,6 +11,6 @@ "repo": "https://github.com/1Zoker/ZokersModMenu", "downloadURL": "https://github.com/1Zoker/ZokersModMenu/releases/latest/download/ZokersModMenu.zip", "folderName": "ZokersModMenu", - "version": "latest", + "version": "Newest", "automatic-version-check": true } diff --git a/mods/baimao@Partner/meta.json b/mods/baimao@Partner/meta.json index 58c2c187..6e5484f8 100644 --- a/mods/baimao@Partner/meta.json +++ b/mods/baimao@Partner/meta.json @@ -8,7 +8,7 @@ ], "author": "baimao", "repo": "https://github.com/Icecanno/Partner-API", - "downloadURL": "https://github.com/Icecanno/Partner-API/archive/refs/tags/1.0.2c.zip", - "version": "1.0.2c", + "downloadURL": "https://github.com/Icecanno/Partner-API/archive/refs/tags/1.0.2e.zip", + "version": "1.0.2e", "automatic-version-check": true } diff --git a/mods/cg223@TooManyJokers/meta.json b/mods/cg223@TooManyJokers/meta.json index 672740d6..5658f2ce 100644 --- a/mods/cg223@TooManyJokers/meta.json +++ b/mods/cg223@TooManyJokers/meta.json @@ -9,5 +9,5 @@ "repo": "https://github.com/cg-223/toomanyjokers", "downloadURL": "https://github.com/cg-223/toomanyjokers/archive/refs/heads/main.zip", "automatic-version-check": true, - "version": "a94e032" + "version": "c781f0e" } diff --git a/mods/colonthreeing@SealSeal/description.md b/mods/colonthreeing@SealSeal/description.md new file mode 100644 index 00000000..3fb3e790 --- /dev/null +++ b/mods/colonthreeing@SealSeal/description.md @@ -0,0 +1,4 @@ +# SealSeal +Adds seals (the animal) for your seals (the stamp on your cards)! + +Recommended to be used with the mod Malverk but it can run without it. \ No newline at end of file diff --git a/mods/colonthreeing@SealSeal/meta.json b/mods/colonthreeing@SealSeal/meta.json new file mode 100644 index 00000000..baab7c37 --- /dev/null +++ b/mods/colonthreeing@SealSeal/meta.json @@ -0,0 +1,12 @@ +{ + "title": "SealSeal", + "requires-steamodded": true, + "requires-talisman": false, + "categories": ["Resource Packs"], + "author": "colonthreeing", + "repo": "https://github.com/colonthreeing/SealSealBalatro", + "downloadURL": "https://github.com/colonthreeing/SealSealBalatro/releases/latest/download/SealSeal.zip", + "folderName": "SealSeal", + "version": "1.1.0", + "automatic-version-check": true +} diff --git a/mods/its-edalo@slay-the-jokers/meta.json b/mods/its-edalo@slay-the-jokers/meta.json index 535e6ad5..d2a1727a 100644 --- a/mods/its-edalo@slay-the-jokers/meta.json +++ b/mods/its-edalo@slay-the-jokers/meta.json @@ -9,6 +9,6 @@ "repo": "https://github.com/its-edalo/slay-the-jokers", "downloadURL": "https://github.com/its-edalo/slay-the-jokers/archive/main.zip", "folderName": "slay-the-jokers-main", - "version": "c1e4ebd", + "version": "v0.2", "automatic-version-check": true } diff --git a/mods/kcgidw@kcvanilla/meta.json b/mods/kcgidw@kcvanilla/meta.json index cf7f77e8..925e1c36 100644 --- a/mods/kcgidw@kcvanilla/meta.json +++ b/mods/kcgidw@kcvanilla/meta.json @@ -9,5 +9,5 @@ "repo": "https://github.com/kcgidw/kcvanilla", "downloadURL": "https://github.com/kcgidw/kcvanilla/archive/refs/heads/master.zip", "automatic-version-check": true, - "version": "5efbd7c" + "version": "5966e57" } diff --git a/mods/kcgidw@kcvanilla/thumbnail.jpg b/mods/kcgidw@kcvanilla/thumbnail.jpg new file mode 100644 index 00000000..086e4d04 Binary files /dev/null and b/mods/kcgidw@kcvanilla/thumbnail.jpg differ diff --git a/mods/lordruby@Entropy/meta.json b/mods/lordruby@Entropy/meta.json index 534ecc7f..2105a240 100644 --- a/mods/lordruby@Entropy/meta.json +++ b/mods/lordruby@Entropy/meta.json @@ -9,6 +9,6 @@ "repo": "https://github.com/lord-ruby/Entropy", "downloadURL": "https://github.com/lord-ruby/Entropy/archive/refs/heads/main.zip", "folderName": "Entropy", - "version": "1e1bb95", + "version": "e54bff7", "automatic-version-check": true } diff --git a/mods/nh6574@JokerDisplay/meta.json b/mods/nh6574@JokerDisplay/meta.json index f21fece9..c8a072aa 100644 --- a/mods/nh6574@JokerDisplay/meta.json +++ b/mods/nh6574@JokerDisplay/meta.json @@ -10,5 +10,5 @@ "repo": "https://github.com/nh6574/JokerDisplay", "downloadURL": "https://github.com/nh6574/JokerDisplay/archive/refs/heads/master.zip", "automatic-version-check": true, - "version": "1cdf2b5" + "version": "e1ccfdd" } diff --git a/mods/nh6574@JoyousSpring/meta.json b/mods/nh6574@JoyousSpring/meta.json index 218552ab..de273600 100644 --- a/mods/nh6574@JoyousSpring/meta.json +++ b/mods/nh6574@JoyousSpring/meta.json @@ -10,5 +10,5 @@ "repo": "https://github.com/nh6574/JoyousSpring", "downloadURL": "https://github.com/nh6574/JoyousSpring/archive/refs/heads/master.zip", "automatic-version-check": true, - "version": "bfe4f9b" + "version": "c0a24f9" } diff --git a/mods/pi_cubed@pi_cubedsJokers/meta.json b/mods/pi_cubed@pi_cubedsJokers/meta.json index 58f9b869..9bca5a73 100644 --- a/mods/pi_cubed@pi_cubedsJokers/meta.json +++ b/mods/pi_cubed@pi_cubedsJokers/meta.json @@ -8,6 +8,6 @@ "author": "pi_cubed", "repo": "https://github.com/pi-cubed-cat/pi_cubeds_jokers", "downloadURL": "https://github.com/pi-cubed-cat/pi_cubeds_jokers/archive/refs/heads/main.zip", - "version": "d1107b6", + "version": "352ced1", "automatic-version-check": true } diff --git a/mods/riosodu@black-seal/meta.json b/mods/riosodu@black-seal/meta.json index 72ef70d1..fda60412 100644 --- a/mods/riosodu@black-seal/meta.json +++ b/mods/riosodu@black-seal/meta.json @@ -10,5 +10,5 @@ "downloadURL": "https://github.com/gfreitash/balatro-mods/releases/download/black-seal__latest/black-seal.zip", "folderName": "black-seal", "automatic-version-check": true, - "version": "qol-bundle__latest" + "version": "black-seal__v3.2.9" } diff --git a/mods/riosodu@qol-bundle/meta.json b/mods/riosodu@qol-bundle/meta.json index 4d852a79..a259eea0 100644 --- a/mods/riosodu@qol-bundle/meta.json +++ b/mods/riosodu@qol-bundle/meta.json @@ -10,5 +10,5 @@ "downloadURL": "https://github.com/gfreitash/balatro-mods/releases/download/qol-bundle__latest/qol-bundle.zip", "folderName": "qol-bundle", "automatic-version-check": true, - "version": "qol-bundle__latest" + "version": "black-seal__v3.2.9" } diff --git a/mods/riosodu@rebalanced-stakes/meta.json b/mods/riosodu@rebalanced-stakes/meta.json index 5c633c5e..e92ad07a 100644 --- a/mods/riosodu@rebalanced-stakes/meta.json +++ b/mods/riosodu@rebalanced-stakes/meta.json @@ -11,5 +11,5 @@ "downloadURL": "https://github.com/gfreitash/balatro-mods/releases/download/rebalanced-stakes__latest/rebalanced-stakes.zip", "folderName": "rebalanced-stakes", "automatic-version-check": true, - "version": "qol-bundle__latest" + "version": "black-seal__v3.2.9" } diff --git a/mods/stupxd@Cartomancer/meta.json b/mods/stupxd@Cartomancer/meta.json index c41c41cb..44da8d12 100644 --- a/mods/stupxd@Cartomancer/meta.json +++ b/mods/stupxd@Cartomancer/meta.json @@ -9,5 +9,5 @@ "repo": "https://github.com/stupxd/Cartomancer", "downloadURL": "https://github.com/stupxd/Cartomancer/archive/refs/heads/main.zip", "automatic-version-check": true, - "version": "662c833" + "version": "5489211" } diff --git a/mods/theAstra@Maximus/meta.json b/mods/theAstra@Maximus/meta.json index 43ab2726..4cc14fdb 100644 --- a/mods/theAstra@Maximus/meta.json +++ b/mods/theAstra@Maximus/meta.json @@ -9,5 +9,5 @@ "repo": "https://github.com/the-Astra/Maximus", "downloadURL": "https://github.com/the-Astra/Maximus/archive/refs/heads/main.zip", "automatic-version-check": true, - "version": "1bd95dd" + "version": "cea9a9b" } diff --git a/mods/wingedcatgirl@GoToBedMinty/description.md b/mods/wingedcatgirl@GoToBedMinty/description.md new file mode 100644 index 00000000..04f4ded1 --- /dev/null +++ b/mods/wingedcatgirl@GoToBedMinty/description.md @@ -0,0 +1,2 @@ +## Go to bed, Minty +Removes the temptation to play "just one more run". \ No newline at end of file diff --git a/mods/wingedcatgirl@GoToBedMinty/meta.json b/mods/wingedcatgirl@GoToBedMinty/meta.json new file mode 100644 index 00000000..14b4a38c --- /dev/null +++ b/mods/wingedcatgirl@GoToBedMinty/meta.json @@ -0,0 +1,14 @@ +{ + "title": "Go to bed, Minty", + "requires-steamodded": true, + "requires-talisman": false, + "categories": [ + "Quality of Life", + "Miscellaneous" + ], + "author": "wingedcatgirl", + "repo": "https://github.com/wingedcatgirl/Go-To-Bed--Minty", + "downloadURL": "https://github.com/wingedcatgirl/Go-To-Bed--Minty/archive/refs/heads/main.zip", + "automatic-version-check": true, + "version": "3899f54" +} diff --git a/mods/wingedcatgirl@SpectrumFramework/meta.json b/mods/wingedcatgirl@SpectrumFramework/meta.json index 07aa7584..c5f1b7d6 100644 --- a/mods/wingedcatgirl@SpectrumFramework/meta.json +++ b/mods/wingedcatgirl@SpectrumFramework/meta.json @@ -8,7 +8,7 @@ ], "author": "wingedcatgirl", "repo": "https://github.com/wingedcatgirl/SpectrumFramework", - "downloadURL": "https://github.com/wingedcatgirl/SpectrumFramework/releases/download/v0.8.0/SpectrumFramework-0.8.0.zip", + "downloadURL": "https://github.com/wingedcatgirl/SpectrumFramework/releases/download/v0.8.1/SpectrumFramework-0.8.1.zip", "automatic-version-check": false, - "version": "v0.8.0" + "version": "v0.8.1" } diff --git a/mods/wingedcatgirl@reUnlockAll/description.md b/mods/wingedcatgirl@reUnlockAll/description.md new file mode 100644 index 00000000..0e3b8542 --- /dev/null +++ b/mods/wingedcatgirl@reUnlockAll/description.md @@ -0,0 +1,2 @@ +## re:Unlock All +Brings back the Unlock All button if you switch mods and need it again. \ No newline at end of file diff --git a/mods/wingedcatgirl@reUnlockAll/meta.json b/mods/wingedcatgirl@reUnlockAll/meta.json new file mode 100644 index 00000000..735dd3da --- /dev/null +++ b/mods/wingedcatgirl@reUnlockAll/meta.json @@ -0,0 +1,15 @@ +{ + "title": "re:Unlock All", + "folderName":"reUnlockAll", + "requires-steamodded": false, + "requires-talisman": false, + "categories": [ + "Quality of Life", + "Miscellaneous" + ], + "author": "wingedcatgirl", + "repo": "https://github.com/wingedcatgirl/re-Unlock-All", + "downloadURL": "https://github.com/wingedcatgirl/re-Unlock-All/archive/refs/heads/main.zip", + "automatic-version-check": true, + "version": "c9b60d2" +}