18 lines
618 B
TOML
18 lines
618 B
TOML
#Whether any of Forestry's particles are rendered.
|
|
particles = true
|
|
#Whether the "Did you know?" ledgers are shown in Forestry menus.
|
|
enable_hints = true
|
|
#Whether certain specimens, like Imperial Bees, will have enchantment glints on them.
|
|
enable_glints = true
|
|
#Whether alerts are enabled for Forestry's mail system.
|
|
mail_alerts_enable = true
|
|
|
|
[jei_bees]
|
|
#Set to false to disable display of mutation requirements
|
|
show_requirements = true
|
|
#Set to false to disable display of secret mutations
|
|
show_secret_mutations = true
|
|
#Set to false to disable showing identified genome in recipes
|
|
show_analyzed_tooltip = true
|
|
|