feat: initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
[core.general]
|
||||
#If mod compatibility loader should crash hard if errors occur in that process.
|
||||
crashOnModCompatCrash = false
|
||||
#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
|
||||
#Only enable this if you know what you are doing, as this will cause lag! This will log checks to the DataComparator where equal items have unequal data components.
|
||||
debugLogUnequalItemDataComponents = false
|
||||
#If the version checker should be enabled.
|
||||
versionChecker = true
|
||||
|
||||
[machine.general]
|
||||
#The data component types that should be filtered away when checking equality.
|
||||
ignoreDataComponentsForEqualityFilters = []
|
||||
Reference in New Issue
Block a user