balatro-mods/Steamodded/lovely/core.toml
2025-01-19 15:01:49 +08:00

25 lines
401 B
TOML

[manifest]
version = "1.0.0"
dump_lua = true
priority = 0
[[patches]]
[patches.pattern]
target = "game.lua"
pattern = "self.SPEEDFACTOR = 1"
position = "after"
payload = "initSteamodded()"
match_indent = true
[[patches]]
[patches.copy]
target = "main.lua"
position = "append"
sources = ["src/core.lua"]
[[patches]]
[patches.module]
before = "main.lua"
source = "version.lua"
name = "SMODS.version"