forked from GTNewHorizons/GT-New-Horizons-Modpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEIAddons.cfg
65 lines (45 loc) · 1.88 KB
/
NEIAddons.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Configuration file
##########################################################################################################
# addons
#--------------------------------------------------------------------------------------------------------#
# Controls loading of different addons, set to false to disable
##########################################################################################################
addons {
B:"Applied Energistics 2"=true
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
}