Files
OFModpack/config/commoncapabilities-common.toml
T
lucasdpt 0129d81bd4 fix eol
2026-06-14 02:07:47 +02:00

16 lines
776 B
TOML

[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 = []