Releases: lafiosca/GreenNeedle
Releases · lafiosca/GreenNeedle
v0.6.0
- Fix crash on Windows when starting a search (LuaJIT FFI argument limit — bundled params into a struct) — fixes #4
- Fix crash on startup when mod folder is renamed (e.g.
GreenNeedle-mainfrom GitHub zip download) — fixes #5 - Support searching for different Judgement jokers from tag pack vs shop pack (proper pseudoseed state chaining)
- Fix search param logging not appearing on second and subsequent searches
v0.5.3
- Fix dual-pack search: when tag pack and shop pack share the same type (e.g. Charm Tag + Arcana shop pack), pseudoseed state is now properly chained so the second pack continues from the first pack's ending state
- Rename "The Soul" to "Soul" in menus to match the in-game card graphic
v0.5.2
Fix
- Search overlay estimate no longer includes erratic deck filters when not on an erratic deck
Installation
Download GreenNeedle-v0.5.2.zip, extract, and copy the GreenNeedle folder into your Balatro Mods directory. Requires Lovely.
macOS users: If the native library is blocked, run xattr -d com.apple.quarantine greenneedle.dylib in the mod folder.
v0.5.1
Changes since v0.5.0
- Remove dead code from native C library (zero compiler warnings now)
- Add macOS quarantine workaround to README
- Rebuild native libraries
Installation
Download GreenNeedle-v0.5.1.zip, extract, and copy the GreenNeedle folder into your Balatro Mods directory. Requires Lovely.
macOS users: If the native library is blocked, run xattr -d com.apple.quarantine greenneedle.dylib in the mod folder, or see the README for how to compile from source.