balatro-mods/Steamodded/lovely/libs.toml
2025-05-20 03:22:28 +08:00

35 lines
653 B
TOML

[manifest]
version = "1.0.0"
dump_lua = true
priority = -5
[[patches]]
[patches.module]
source = "libs/json/json.lua"
before = "main.lua"
name = "json"
[[patches]]
[patches.module]
source = "libs/nativefs/nativefs.lua"
before = "main.lua"
name = "nativefs"
[[patches]]
[patches.module]
source = "libs/https/luajit-curl.lua"
before = "main.lua"
name = "luajit-curl"
[[patches]] # Ensure the thread can also load this
[patches.module]
source = "libs/https/luajit-curl.lua"
before = '=[SMODS _ "smods-https-thread.lua"]'
name = "luajit-curl"
[[patches]]
[patches.module]
source = "libs/https/smods-https.lua"
before = "main.lua"
name = "SMODS.https"