Fellies/config[copied]/cyclopscore-common.toml

24 lines
792 B
TOML
Raw Normal View History

2021-01-17 12:40:59 +00:00
[core]
[core.general]
#If an anonymous mod startup analytics request may be sent to our analytics service.
2021-01-24 13:36:05 +00:00
analytics = true
2021-01-26 10:32:42 +00:00
#The anonymous id used by the analytics service.
anonymousAnalyticsID = "1b7d6886-6bfe-4667-a69f-24c154ef8c14"
#Set 'true' to enable development debug mode. This will result in a lower performance!
debug = false
2021-01-17 12:40:59 +00:00
#If the version checker should be enabled.
2021-01-24 13:36:05 +00:00
versionChecker = true
2021-01-26 10:32:42 +00:00
#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
2021-01-17 12:40:59 +00:00
[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