Files
2025-08-01 14:02:02 -05:00

23 lines
877 B
INI

# Configuration file
general {
# Mixin config json files to forcibly early enqueue, to allow for simple compatibility with older mods that fail to enqueue their mixins
S:"Forced Early Mixin Config Additions" <
>
# Mixin config json files to forcibly remove from FermiumBooter enqueue
S:"Forced Early Mixin Config Removals" <
>
# Disables config based mixin compatibility checks
# Warning: this may cause undefined behavior in mods, you should not enable this if not absolutely required
# Do not report issues to any mods if you have this enabled unless you want to be laughed at
B:"Override Mixin Config Compatibility Checks"=false
# Prevents the mixin compatibility warning text from rendering on screen
# Errors and warnings will still be printed to the log
B:"Suppress Mixin Compatibility Warnings Render"=false
}