SKS-MC-Intermission/.minecraft/config/forestry/modules.cfg

156 lines
4.9 KiB
INI

# Configuration file
##########################################################################################################
# modules
#--------------------------------------------------------------------------------------------------------#
# Disabling these modules can greatly change how the mod functions.
# Your mileage may vary, please report any issues.
##########################################################################################################
modules {
# 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
}
}