Collection of mods I've made for Balatro
- Aurinko : Lets planets naturally appear with editions. Editioned cards apply their edition effects when leveling up/down hands.
- Incantation : Consolidates identical consumables into a single card to save space.
- Loop : Adds a voucher which unredeems certain vouchers to let them be re-redeemed again for stacking effects.
- Nopeus : Adds more speed options.
- JenLib : A general-purpose Balatro library that contains some useful functions, and can help with simplifying your code
- Jen's Almanac : An extension of the mod Cryptid which causes complete pandemonium. Read more below for info about compatibility on Almanac
I removed it from GitHub because I need to reduce my workload; I'm juggling tons of things at once and trying to manage a lot of files simultaneously on GitHub, trying to remember what needs updating and what doesn't, is pretty difficult. You can still find Jen's Almanac in the official Balatro Discord or the Cryptid Discord.
Notice : Almanac is currently unavailable as 0.0.7 has been deprecated, 0.1.0 is being worked on.
Make sure that none of the mods included in this repository are nested. They should all be directly installed into the Mods folder.
- Correct example :
.../AppData/Roaming/Balatro/Mods/Aurinko/Aurinko.lua
- Incorrect example 1 :
.../AppData/Roaming/Balatro/Mods/Aurinko/Aurinko/Aurinko.lua
- Incorrect example 2 :
.../AppData/Roaming/Balatro/Mods/JensBalatroCollection-main/Aurinko/Aurinko.lua
- Cryptid
- Incantation
- Talisman (Set score limit to OmegaNum (e10##1000))
- JenLib