

The ultimate customization mod for Balatro. Modify everything: starting conditions, deck composition, items, money, ante scaling, and more. Give yourself any item during runs, build custom decks with multiple card variations, and start with any combination of jokers, vouchers, and tags.
-Multiple Mods appear in Items menu now -Better formatting -Vouchers are being given now and actually applying -Configurable keybind -Pull Jokers from Collection Automatically -Automatically remove prefixes of all added cards, jokers, items -Added more Editions to cards -Added Modded Consumables
-Added Modded Support for Jokers, Vouchers, and Consumables -Added Editions to Starting Jokers and Givable Jokers -Added Colored Buttons to Editions, Enhancements, and Seals -Removed common prefixes -Fixed some bugs
ZokersModMenu.lua in your Balatro mods folderC anywhere in gamecs_money(100) -- Set starting money
cs_hands(8) -- Set starting hands
cs_hand_size(12) -- Set hand size
cs_add_joker('j_joker') -- Add joker to starting items
cs_add_voucher('v_blank') -- Add voucher
cs_add_tag('tag_charm') -- Add starting tag
cs_unlock_all() -- Unlock everything
## Tips & Tricks
### Efficient Deck Building
1. Set your desired enhancement/seal/edition before adding cards
2. Use the Standard 52 button for quick deck creation
3. Color coding shows card counts (Green→Gold→Orange→Red)
4. Save different deck configurations for various playstyles
### Smart Giving System
1. Enable "Give Items" in main menu before starting a run
2. Cards given in shop go to deck, during rounds go to hand
3. Use Give Money for quick cash injections
4. Give Jokers/Vouchers for instant power boosts
### Custom Deck Usage
1. Build your deck in the deck builder
2. Enable "Custom Deck" in main menu
3. Start a new run to use your custom deck
4. Your deck persists across sessions
### Menu Access
1. Press C for quick access (traditional method)
2. Use pause menu button if keyboard shortcuts don't work
3. Console command `cs_open()` always available as backup
## Version History
### v1.5.0 (2025-06-11)
- **ADDED**: SteamModded Config as alternative menu access
- **ENHANCED**: Crash prevention system with better error handling
- **FIXED**: Metadata structure for improved mod loader compatibility
- **IMPROVED**: Error recovery for edge cases and unexpected states
- **UPDATED**: Documentation with multiple access methods
### v1.4.8 (Previous)
- Fixed menu toggle to work properly without closing other menus
- Fixed card naming format to correct Balatro format
- Fixed enhancement and seal cycling
- Improved card giving logic
- Fixed syntax errors and duplicate handlers
[See changelog.md for complete version history]
## Support
If you encounter issues:
1. Check the console for error messages (F7)
2. Verify Steamodded is properly installed
3. Ensure mod files are in the correct directory
4. Try disabling other mods to test compatibility
5. Try both C and F1 keys to open the menu
## Error Prevention (v1.5.0)
The mod now includes enhanced error handling:
- Graceful recovery from unexpected game states
- Protection against nil reference errors
- Safe fallbacks for missing dependencies
- Improved compatibility with other mods
## Credits
- **Author**: Zoker
- **Community**: Balatro modding community for testing and feedback
---
*Customize your Balatro experience like never before! 🎲*