summaryrefslogtreecommitdiff
path: root/config/forestry/modules.cfg
blob: c65845c10295e521605514ffa75b1698dfa64ff8 (plain)
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
# Configuration file

##########################################################################################################
# modules
#--------------------------------------------------------------------------------------------------------#
# Disabling these modules can greatly change how the mod functions.
# Your mileage may vary, please report any issues.
##########################################################################################################

modules {
    # for.plugin.agricraft.description
    # Dependencies: [ forestry:core ]
    B:AgriCraft=true

    # Adds bees, beekeeping and bee products. Affects world generation.
    # Dependencies: [ forestry:core ]
    B:apiculture=true

    # Adds additional tree species and products.
    # Dependencies: [ forestry:core ]
    B:arboriculture=true

    # Adds backpacks.
    # Dependencies: [ forestry:core ]
    B:backpacks=true

    # Adds a guide book that contains information about all other modules.
    # Dependencies: [ forestry:core ]
    B:book=true

    # Adds wood piles, loam and a charcoal production.
    # Dependencies: [ forestry:core ]
    B:charcoal=true

    # Adds a greenhouse multiblock.
    # Dependencies: [ forestry:core ]
    B:climatology=true

    # Adds crates.
    # Dependencies: [ forestry:core ]
    B:crates=true

    # Adds automatic farms for a wide variety of products.
    # Dependencies: [ forestry:core, forestry:farming ]
    B:cultivation=true

    # Adds a new storage block for bees / trees and butterflies.
    # Dependencies: [ forestry:core ]
    B:database=true

    # Adds several RF engines.
    # Dependencies: [ forestry:core ]
    B:energy=true

    # Adds a wide variety of machines to craft, produce and process products.
    # Dependencies: [ forestry:core ]
    B:factory=true

    # Adds automatic multiblock farm for a wide variety of products.
    # Dependencies: [ forestry:core ]
    B:farming=true

    # Adds food.
    # Dependencies: [ forestry:core ]
    B:food=true

    # Adds a greenhouse multiblock.
    # Dependencies: [ forestry:core ]
    B:greenhouse=true

    # Butterflies. Shiny.
    # Dependencies: [ forestry:arboriculture, forestry:core ]
    B:lepidopterology=true

    # Adds Forestry's mail and trade system.
    # Dependencies: [ forestry:core ]
    B:mail=true

    # Adds a filter for sorting items with genetic material
    # Dependencies: [ forestry:core ]
    B:sorting=true

    # Adds a crafting table that can save 8 recipes.
    # Dependencies: [ forestry:core ]
    B:worktable=true

    plugins {
        # Compatibility module for Actually Additions.
        # Dependencies: [ forestry:core ]
        B:actuallyadditions=true

        # Compatibility module for Better With Mods. Enables farming hemp.
        # Dependencies: [ forestry:core ]
        B:betterwithmods=true

        # Compatibility module for Biomes O Plenty. Enables farming BoP saplings.
        # Dependencies: [ forestry:core ]
        B:biomes.o.plenty=true

        # Compatibility module for BuildCraft. Currently version 7.99.
        # Dependencies: [ forestry:core ]
        B:buildcraft.fuels=true

        # Compatibility module for BuildCraft. Currently version 7.99.
        # Dependencies: [ forestry:core ]
        B:buildcraft.recipes=true

        # Compatibility module for BuildCraft. Currently version 7.99.
        # Dependencies: [ forestry:core ]
        B:buildcraft.statements=true

        # Compatibility module for BuildCraft. Currently version 7.99.
        # Dependencies: [ forestry:core ]
        B:buildcraft.transport=true

        # Compatibility module for EnderIO.
        # Dependencies: [ forestry:core ]
        B:ender.io=true

        # Compatibility module for Extra Utilities. Enables farming ender lilies and red orchid.
        # Dependencies: [ forestry:farming ]
        B:extra.utilities=true

        # Compatibility module for HarvestCraft. Enables farming HarvestCraft plants and trees.
        # Dependencies: [ forestry:core ]
        B:harvestcraft=true

        # Compatibility module for Immersive Engineering.
        # Dependencies: [ forestry:core ]
        B:immersiveengineering=true

        # Compatibility module for IC2. Adds electrical engine and generator for power conversion.
        # Dependencies: [ forestry:farming, forestry:factory, forestry:core ]
        B:industrialcraft2=true

        # Compatibility module for Mystical Agriculture. Enables farming Mystical Agriculture crops.
        # Dependencies: [ forestry:core ]
        B:mysticalagriculture=true

        # Compatibility module for Natura. Enables farming Natura saplings.
        # Dependencies: [ forestry:core ]
        B:natura=true

        # Compatibility module for Roots.
        # Dependencies: [ forestry:core ]
        B:roots=true

        # Compatibility module for Rustic.
        # Dependencies: [ forestry:core ]
        B:rustic=true

        # Compatibility module for Tech reborn. Enables harvesting rubber from rubber trees.
        # Dependencies: [ forestry:core ]
        B:techreborn=true
    }

}