Files
modpack-files/both/config/NEIAddons.cfg
2025-03-24 19:54:03 +01:00

65 lines
1.9 KiB
INI

# Configuration file
##########################################################################################################
# addons
#--------------------------------------------------------------------------------------------------------#
# Controls loading of different addons, set to false to disable
##########################################################################################################
addons {
B:"Applied Energistics 2"=true
B:"Crafting Tables"=true
B:"Developer Tools"=false
B:Forestry=true
}
"applied energistics 2" {
# These Gui won't have the NEI drag item handler from NEI addon.
S:"Blacklist Gui Class Name" <
com.glodblock.github.client.gui.GuiFluidPatternTerminal
com.glodblock.github.client.gui.GuiFluidPatternTerminalEx
>
}
forestry {
# Set to true to add all bees to NEI search
B:"Add Bees to Search"=true
# Set to true to add all combs that are produced by bees to NEI search
B:"Add Combs to Search"=false
# Set to true to add all pollen types to NEI search
B:"Add Pollen to Search"=true
# Set to true to add all saplings to NEI search
B:"Add Saplings to Search"=true
# Set to true to load blacklisted species and alleles, it's dangerous and (mostly) useless
B:"Load blacklisted"=false
# Set to false to disable bee mutations browsing
B:"Show Bee Mutations"=true
# Set to false to disable bee products browsing
B:"Show Bee Products"=true
# Set to false to disable butterfly mutations browsing
B:"Show Butterfly Mutations"=true
# Set to false disable display of mutation requirements
B:"Show Mutation Requirements"=true
# Set to true to show secret mutations
B:"Show Secret Mutations"=false
# Set to false to disable tree mutations browsing
B:"Show Tree Mutations"=true
# Set to false to disable tree products browsing
B:"Show Tree Products"=true
}