Change Vanillafix crash level to log
This commit is contained in:
parent
2ff4b91b52
commit
49dec9e37a
1 changed files with 26 additions and 0 deletions
26
src/overrides/config/vanillafix.cfg
Normal file
26
src/overrides/config/vanillafix.cfg
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Configuration file
|
||||
|
||||
crashes {
|
||||
B:disableReturnToMainMenu=false
|
||||
I:errorNotificationDuration=30000
|
||||
S:hasteURL=https://paste.dimdev.org
|
||||
B:replaceErrorNotifications=false
|
||||
|
||||
# Valid values:
|
||||
# LOG
|
||||
# NOTIFICATION
|
||||
# WARNING_SCREEN
|
||||
# CRASH
|
||||
S:scheduledTaskproblemAction=LOG
|
||||
}
|
||||
|
||||
|
||||
fixes {
|
||||
B:bugFixes=true
|
||||
B:crashFixes=true
|
||||
B:modSupport=true
|
||||
B:profiler=true
|
||||
B:textureFixes=true
|
||||
}
|
||||
|
||||
|
Loading…
Reference in a new issue