24 lines
792 B
TOML
24 lines
792 B
TOML
|
|
||
|
[core]
|
||
|
|
||
|
[core.general]
|
||
|
#If an anonymous mod startup analytics request may be sent to our analytics service.
|
||
|
analytics = true
|
||
|
#The anonymous id used by the analytics service.
|
||
|
anonymousAnalyticsID = "7ee0559f-31df-4c55-b880-205dc4afb888"
|
||
|
#Set 'true' to enable development debug mode. This will result in a lower performance!
|
||
|
debug = false
|
||
|
#If the version checker should be enabled.
|
||
|
versionChecker = true
|
||
|
#If the recipe loader should crash when finding invalid recipes.
|
||
|
crashOnInvalidRecipe = false
|
||
|
#If mod compatibility loader should crash hard if errors occur in that process.
|
||
|
crashOnModCompatCrash = false
|
||
|
|
||
|
[general]
|
||
|
|
||
|
[general.general]
|
||
|
#If a button should be added to the main menu to open a dev world (shift-click creates a new world).
|
||
|
devWorldButton = false
|
||
|
|