Files
meatballcraft/config/jeibees.cfg
T
PietroSainaghi 35aff91e33 Finally a GIT!
2022-10-06 18:38:10 -07:00

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
}