48 lines
876 B
INI
48 lines
876 B
INI
# Configuration file
|
|
|
|
all {
|
|
# Set to false to disable showing identified genome in recipes
|
|
B:IdentifyGenome=true
|
|
|
|
# Set to false to disable display of mutation requirements
|
|
B:ShowRequirements=true
|
|
|
|
# Set to false to disable display of secret mutations
|
|
B:ShowSecret=true
|
|
}
|
|
|
|
|
|
bees {
|
|
# Set to false to disable display of mutations
|
|
B:ShowMutations=true
|
|
|
|
# Set to false to disable display of produce
|
|
B:ShowProduce=true
|
|
}
|
|
|
|
|
|
butterflies {
|
|
# Set to false to disable display of mutations
|
|
B:ShowMutations=true
|
|
}
|
|
|
|
|
|
flowers {
|
|
# Set to false to disable display of mutations
|
|
B:ShowMutations=true
|
|
|
|
# Set to false to disable display of produce
|
|
B:ShowProduce=true
|
|
}
|
|
|
|
|
|
trees {
|
|
# Set to false to disable display of mutations
|
|
B:ShowMutations=true
|
|
|
|
# Set to false to disable display of produce
|
|
B:ShowProduce=true
|
|
}
|
|
|
|
|