modded7/config/AppliedEnergistics2/CustomRecipes.cfg

23 lines
813 B
INI
Raw Normal View History

2022-01-23 23:35:02 +08:00
# Configuration file
cache {
2022-01-24 23:52:03 +08:00
S:digest=2c95f4c87a7d635067bae18b94404e59
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
}