blob: cd1e4d88dac532200e7bdb4b58b948d05e48f70b (
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
|
# Configuration file
##########################################################################################################
# modules
#--------------------------------------------------------------------------------------------------------#
# Disabling these modules can greatly change how the mod functions.
# Your mileage may vary, please report any issues.
##########################################################################################################
modules {
# Adds decorative ceramic blocks. And the Tileworker.
# Dependencies: [ botany:botany.core ]
B:botany.ceramic=true
#
# Dependencies: [ forestry:core ]
B:botany.core=true
# Adds a Botanist database.
# Dependencies: [ botany:botany.flowers ]
B:botany.database=true
# Adds the farm integration for the botany flowers.
# Dependencies: [ botany:botany.flowers ]
B:botany.farming=true
# Adds an entirely new breeding system to Forestry: Flowers.
# Dependencies: [ botany:botany.gardening ]
B:botany.flowers=true
# Adds soil, loam, flowerbeds and trowels.
# Dependencies: [ botany:botany.core ]
B:botany.gardening=true
# botany.module.machines
# Dependencies: [ botany:botany.core ]
B:botany.machines=true
}
|