Fellies/config[common]/commoncapabilities-common.toml

20 lines
624 B
TOML
Raw Normal View History

2021-01-15 23:04:01 +00:00
[core]
[core.general]
#If an anonymous mod startup analytics request may be sent to our analytics service.
2021-01-17 11:43:36 +00:00
analytics = false
2021-01-15 23:04:01 +00:00
#If the version checker should be enabled.
2021-01-17 11:43:36 +00:00
versionChecker = false
2021-01-15 23:04:01 +00:00
#If the recipe loader should crash when finding invalid recipes.
crashOnInvalidRecipe = false
#If mod compatibility loader should crash hard if errors occur in that process.
crashOnModCompatCrash = false
[machine]
[machine.general]
#The NBT Paths that should be filtered away when checking equality.
ignoreNbtPathsForEqualityFilters = ["$.ForgeCaps[\"astralsorcery:cap_item_amulet_holder\"]", "$.binding"]