Bumping this to 0.3.1 to bring it in-line with the version available on Thunderstore: https://thunderstore.io/c/balatro/p/Thunderstore/lovely/
-
[9f1c346] Implement native
print
override
This fixes missed output from Luaprint
calls -
[436fcc7] Implement lua module injection.
This allows modules to be injected andrequire
-ed. Initially implemented for nativefs. -
[436fcc7] Add Lovely metadata injection.
This makes it possible for a Lua caller to query information about the Lovely environment. -
[7ceeace] Add
LOVELY_INTEGRITY
global const to patched source files.
This has been implemented to enable runtime integrity checking for Ankh. -
[ffeb76f] Fix missing target name check in
PatternPatch
.