19 lines
499 B
INI
19 lines
499 B
INI
# Configuration file
|
|
|
|
core {
|
|
# 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
|
|
|
|
# Config version for IntegratedTunnels-Compat.
|
|
# DO NOT EDIT MANUALLY!
|
|
S:general.version=1.0.0
|
|
}
|
|
|
|
|