24 lines
590 B
INI
24 lines
590 B
INI
# Configuration file
|
|
|
|
global {
|
|
# [default: true]
|
|
B:enableNotifierLogging=true
|
|
|
|
# [default: false]
|
|
B:hideSwitchMenuButton=false
|
|
|
|
# [range: 0 ~ 2147483647, default: 0]
|
|
I:mainMenuID=0
|
|
|
|
# [default: true]
|
|
B:removeMissingTexturesErrors=true
|
|
|
|
# [default: true]
|
|
B:shouldChangeImageInCreativeTabs=true
|
|
|
|
# Time inbetween syncing of data. The more the number is, the worse the sync is going to be, hwever, the less packets will be sent, and, therefore, the less annoying the server lag will be. [range: 10 ~ 1000, default: 100]
|
|
I:syncTimer=100
|
|
}
|
|
|
|
|