-
Notifications
You must be signed in to change notification settings - Fork 0
/
modules.cfg
76 lines (57 loc) · 1.55 KB
/
modules.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
64
65
66
67
68
69
70
71
72
73
74
# Configuration file
##########################################################################################################
# modules
#--------------------------------------------------------------------------------------------------------#
# Disabling these modules can greatly change how the mod functions.
# Your mileage may vary, please report any issues.
##########################################################################################################
modules {
#
# Dependencies: [ forestry:core ]
B:apiculture=true
#
# Dependencies: [ forestry:core ]
B:arboriculture=true
#
# Dependencies: [ forestry:core ]
B:backpacks=true
#
# Dependencies: [ forestry:core ]
B:charcoal=true
#
# Dependencies: [ forestry:core ]
B:climatology=true
#
# Dependencies: [ forestry:core ]
B:crates=true
#
# Dependencies: [ forestry:core, forestry:farming ]
B:cultivation=true
#
# Dependencies: [ forestry:core ]
B:database=true
#
# Dependencies: [ forestry:core ]
B:energy=true
#
# Dependencies: [ forestry:core ]
B:factory=true
#
# Dependencies: [ forestry:core ]
B:farming=true
#
# Dependencies: [ forestry:core ]
B:food=true
#
# Dependencies: [ forestry:arboriculture, forestry:core ]
B:lepidopterology=true
#
# Dependencies: [ forestry:core ]
B:mail=true
#
# Dependencies: [ forestry:core ]
B:sorting=true
#
# Dependencies: [ forestry:core ]
B:worktable=true
}