summaryrefslogtreecommitdiff
path: root/config/forestry/genetics/modules.cfg
blob: e687fc4af6f784c0adcd13065f0b4365520e4537 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Configuration file

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

modules {
    # genetics.module.core
    # Dependencies: [ forestry:core ]
    B:genetics.core=true

    # genetics.module.machines
    # Dependencies: [ genetics:genetics.core ]
    B:genetics.machines=true
}