init
This commit is contained in:
commit
d8d0e9d536
2567 changed files with 167778 additions and 0 deletions
23
config/cyclopscore-common.toml
Normal file
23
config/cyclopscore-common.toml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
|
||||
[core]
|
||||
|
||||
[core.general]
|
||||
#If mod compatibility loader should crash hard if errors occur in that process.
|
||||
crashOnModCompatCrash = false
|
||||
#Set 'true' to enable development debug mode. This will result in a lower performance!
|
||||
debug = false
|
||||
#The anonymous id used by the analytics service.
|
||||
anonymousAnalyticsID = "4f139e1d-c06b-429e-a6ea-de91153ff41a"
|
||||
#If the recipe loader should crash when finding invalid recipes.
|
||||
crashOnInvalidRecipe = false
|
||||
#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
|
||||
|
||||
[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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue