diff --git a/mods/BarrierTrio@Cardsauce/description.md b/mods/BarrierTrio@Cardsauce/description.md new file mode 100644 index 00000000..365cd8bb --- /dev/null +++ b/mods/BarrierTrio@Cardsauce/description.md @@ -0,0 +1,12 @@ +# Cardsauce +A Balatro mod made for Vinesauce! + +**Cardsauce** is a Vinesauce-themed expansion for Balatro, made in collaboration with the Balatro Discord and Vinesauce communities! Featuring art from several talented artists, Cardsauce adds 70 new Jokers, as well as a handful of other new additions to the game. + +[Join the discord here!](https://discord.gg/evwdM4Tvc5) + +## Credits +Created by **BarrierTrio/Gote** in collaboration with **Keku** + +Detailed credits for everyone else who contributed to the mod can be found in-game in Cardsauce's credits tab in the Mods menu. There are too many names to list here and some credits spoil a bit of the stuff you'll discover in the mod, so just download it and see it all for yourself! + A huge thank you to all the artists from Artcord Collaberative and the Vinesauce discord who joined the project, your help means the world! 💚 diff --git a/mods/BarrierTrio@Cardsauce/meta.json b/mods/BarrierTrio@Cardsauce/meta.json new file mode 100644 index 00000000..0efa9b68 --- /dev/null +++ b/mods/BarrierTrio@Cardsauce/meta.json @@ -0,0 +1,9 @@ +{ + "title": "Cardsauce", + "requires-steamodded": true, + "requires-talisman": false, + "categories": ["Content", "Joker", "Miscellaneous"], + "author": "BarrierTrio & Keku", + "repo": "https://github.com/BarrierTrio/Cardsauce", + "downloadURL": "https://github.com/BarrierTrio/Cardsauce/releases/latest/download/Cardsauce.zip" +} \ No newline at end of file diff --git a/mods/BarrierTrio@Cardsauce/thumbnail.jpg b/mods/BarrierTrio@Cardsauce/thumbnail.jpg new file mode 100644 index 00000000..c4abc331 Binary files /dev/null and b/mods/BarrierTrio@Cardsauce/thumbnail.jpg differ diff --git a/mods/Keku@DeckSkinsLite/description.md b/mods/Keku@DeckSkinsLite/description.md new file mode 100644 index 00000000..47e6d75d --- /dev/null +++ b/mods/Keku@DeckSkinsLite/description.md @@ -0,0 +1,15 @@ +> [!CAUTION] +> DEPRECATED. This mod is made for compatibility with an old format for DeckSkins that is no longer used. As such, it is no longer being updated and I will not be giving any more support for it in the Balatro discord. **It will still work**, but I do not reccomend using it. If you can, PLEASE avoid using this, and use the DeckSkin API built into SMODS instead. It may be a bit more complicated, but it provides a much better system with many new features and optimizations. [Check out the SMODS Wiki Page for it here](https://github.com/Steamodded/smods/wiki/SMODS.DeckSkin). + +# DeckSkinsLite + +A mod for Balatro that simplifies the creation of custom skins for your deck. Custom Deck skins are automatically loaded from the mod's skins folder into the game. + +## Creating New Deck Skins + +All you need is a small .lua file that contains a table of variables in the /skins/ folder, and a 2 textures in the /assets/ folder (a 1x and 2x version). +Check the /.example/ folder for more details on how DeckSkinsLite add-ons are formatted, [or check the Documentation for more details!](https://github.com/Kekulism/DeckSkinsPlus/wiki/Skin-Documentation) + +## Credits + +Huge thanks to [OneSuchKeeper]([https://github.com/onesuchkeeper]) for converting the previous version of this mod, DeckSkins+, into an API inside Steammodded! Now DeckSkins can be added by anyone even if they don't use this mod :) diff --git a/mods/Keku@DeckSkinsLite/meta.json b/mods/Keku@DeckSkinsLite/meta.json new file mode 100644 index 00000000..faa2666e --- /dev/null +++ b/mods/Keku@DeckSkinsLite/meta.json @@ -0,0 +1,9 @@ +{ + "title": "DeckSkinsLite", + "requires-steamodded": true, + "requires-talisman": false, + "categories": ["Miscellaneous"], + "author": "Keku", + "repo": "https://github.com/Kekulism/DeckSkinsLite", + "downloadURL": "https://github.com/Kekulism/DeckSkinsLite/archive/refs/heads/main.zip" +} \ No newline at end of file