15 lines
553 B
INI
15 lines
553 B
INI
# Configuration file
|
|
|
|
general {
|
|
# 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
|
|
}
|
|
|
|
|