balatro-mods/Cartomancer-v.4.10-fix-fix/lovely.toml
2025-01-19 15:01:49 +08:00

26 lines
398 B
TOML

[manifest]
version = "1.0.0"
dump_lua = true
priority = 11
[[patches]]
[patches.module]
source = "libs/nativefs.lua"
before = "main.lua"
name = "cartomancer.nfs"
[[patches]]
[patches.module]
source = "internal/init.lua"
before = "main.lua"
name = "cartomancer.init"
# Add core functionality
[[patches]]
[patches.copy]
target = "main.lua"
position = "append"
sources = [
"cartomancer.lua",
]