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

24 lines
792 B
TOML
Raw Permalink Normal View History

2021-01-28 20:11:47 +00:00
[core]
[core.general]
2021-02-12 14:22:54 +00:00
#If mod compatibility loader should crash hard if errors occur in that process.
crashOnModCompatCrash = false
2021-01-28 20:11:47 +00:00
#Set 'true' to enable development debug mode. This will result in a lower performance!
debug = false
2021-02-12 14:22:54 +00:00
#The anonymous id used by the analytics service.
anonymousAnalyticsID = "8b286f7a-aeb3-4f0e-af61-49ae8e425544"
2021-01-28 20:11:47 +00:00
#If the recipe loader should crash when finding invalid recipes.
crashOnInvalidRecipe = false
2021-02-12 14:22:54 +00:00
#If an anonymous mod startup analytics request may be sent to our analytics service.
analytics = true
#If the version checker should be enabled.
versionChecker = true
2021-01-28 20:11:47 +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