Files
Gregtech-New-Bastards/.minecraft/config/NEIAddons.cfg
samsonsin 90b3575aea initial
2025-05-29 23:26:10 +02:00

66 lines
1.9 KiB
INI

# Configuration file
##########################################################################################################
# addons
#--------------------------------------------------------------------------------------------------------#
# Controls loading of different addons, set to false to disable
##########################################################################################################
addons {
B:"Applied Energistics 2"=false
B:Botany=true
B:"Crafting Tables"=true
B:"Developer Tools"=false
B:Forestry=true
}
botany {
# Set to true to load blacklisted species and alleles, it's dangerous and (mostly) useless
B:"Load blacklisted"=false
# Set to false to disable flower mutations browsing
B:"Show Flower Mutations"=true
}
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"=true
# 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"=true
# 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
}