23 lines
813 B
INI
Raw Normal View History

2022-01-23 23:35:02 +08:00
# Configuration file
cache {
2022-02-05 00:52:48 +08:00
S:digest=8b42254433178b3b91ed444d64c1354b
2022-01-23 23:35:02 +08:00
# Caching can save processing time, if there are a lot of items. [default: true]
B:enableCache=true
}
general {
# Will output more detailed information into the CSV like corresponding items [default: false]
B:enableAdditionalInfo=false
# If true, the CSV exporting will always happen. This will not use the cache to reduce the computation. [default: false]
B:enableForceRefresh=false
# If true, all registered items will be exported containing the internal minecraft name and the localized name to actually find the item you are using. This also contains the item representation of the blocks, but are missing items, which are too much to display e.g. FMP. [default: true]
B:exportItemNames=true
}