# Configuration file

~CONFIG_VERSION: modules.cfg

##########################################################################################################
# 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.
    B:botany.ceramic=true

    # Adds a Botanist database.
    # Dependencies: [ botany.flowers ]
    B:botany.database=true

    # Adds the farm integration for the botany flowers.
    # Dependencies: [ botany.flowers ]
    B:botany.farming=true

    # Adds an entirely new breeding system to Forestry: Flowers.
    # Dependencies: [ botany.gardening ]
    B:botany.flowers=true

    # Adds soil, loam, flowerbeds and trowels.
    B:botany.gardening=true
}


