23 lines
813 B
INI
Raw Normal View History

2022-01-23 23:35:02 +08:00
# Configuration file
cache {
2022-02-09 21:40:22 +08:00
S:digest=6e95ef6f30acd722d595cf757e7d778e
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
}