21 lines
606 B
INI
21 lines
606 B
INI
# Configuration file
|
|
|
|
##########################################################################################################
|
|
# general
|
|
#--------------------------------------------------------------------------------------------------------#
|
|
# General config
|
|
##########################################################################################################
|
|
|
|
general {
|
|
# Show the number of instability of infusion
|
|
B:showInstabilityNumber=true
|
|
|
|
# Show recipes even if the research is not completed
|
|
B:showLockedRecipes=true
|
|
|
|
# Show research key
|
|
B:showResearchKey=true
|
|
}
|
|
|
|
|