minecraft server init
This commit is contained in:
35
config/cyclopscore.cfg
Normal file
35
config/cyclopscore.cfg
Normal file
@ -0,0 +1,35 @@
|
||||
# Configuration file
|
||||
|
||||
core {
|
||||
# If an anonymous mod startup analytics request may be sent to our analytics service.
|
||||
B:general.analytics=false
|
||||
|
||||
# The anonymous id used by the analytics service.
|
||||
S:general.anonymousAnalyticsID=33fbe9b8-a50c-423c-9bfa-929538eff630
|
||||
|
||||
# If the recipe loader should crash when finding invalid recipes.
|
||||
B:general.crashOnInvalidRecipe=false
|
||||
|
||||
# If mod compatibility loader should crash hard if errors occur in that process.
|
||||
B:general.crashOnModCompatCrash=false
|
||||
|
||||
# Set 'true' to enable development debug mode. This will result in a lower performance!
|
||||
B:general.debug=false
|
||||
|
||||
# The minimum array size of potion types, increase to allow for more potion types.
|
||||
I:general.minimumPotionTypesArraySize=256
|
||||
|
||||
# The version at which the config file was generated.
|
||||
S:general.version=0.10.12
|
||||
|
||||
# If the version checker should be enabled.
|
||||
B:general.versionChecker=false
|
||||
}
|
||||
|
||||
|
||||
general {
|
||||
# If a button should be added to the main menu to open a dev world (shift-click creates a new world).
|
||||
B:general.devWorldButton=false
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user