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
- POLTERWORX : An extension of the mod Cryptid which causes complete pandemonium. Read more below for info about compatibility on POLTERWORX
POLTERWORX is currently not available on GitHub right now. It will be available on GitHub when 0.1.0 is released. If you want POLTERWORX right now, you can find it in the Discord server here.
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