balatro-mods/smods-main/lovely/crash_handler.toml

21 lines
324 B
TOML

[manifest]
version = "1.0.0"
dump_lua = true
priority = -10
[[patches]]
[patches.pattern]
target = "main.lua"
pattern = "function love.errhand(msg)"
position = "at"
payload = "if false then"
match_indent = true
[[patches]]
[patches.copy]
target = "main.lua"
position = "prepend"
sources = [
"src/crash_handler.lua",
]