Skip to content

Releases: lafiosca/GreenNeedle

v0.6.0

19 Mar 05:22

Choose a tag to compare

  • 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-main from 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

13 Mar 23:24

Choose a tag to compare

  • 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

12 Mar 04:25

Choose a tag to compare

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

12 Mar 03:31

Choose a tag to compare

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.