Clean slate
This commit is contained in:
22
minecraft/config/AppliedEnergistics2/CustomRecipes.cfg
Normal file
22
minecraft/config/AppliedEnergistics2/CustomRecipes.cfg
Normal file
@@ -0,0 +1,22 @@
|
||||
# Configuration file
|
||||
|
||||
cache {
|
||||
S:digest=a12c4727f3c53d2eb5f4f3b34ccd1864
|
||||
|
||||
# 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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user