Skip to content

Instantly share code, notes, and snippets.

@seeker2921
Created February 11, 2018 05:11
Show Gist options
  • Save seeker2921/a467b767c3f49191d9ba29b0744b4d61 to your computer and use it in GitHub Desktop.
Save seeker2921/a467b767c3f49191d9ba29b0744b4d61 to your computer and use it in GitHub Desktop.
Forestry disabled config
# 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=false
# Adds additional tree species and products.
# Dependencies: [ forestry:core ]
B:arboriculture=true
# Adds backpacks.
# Dependencies: [ forestry:core ]
B:backpacks=false
# Adds wood piles, loam and a charcoal production.
# Dependencies: [ forestry:core ]
B:charcoal=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=false
# 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=false
# Adds Forestry's mail and trade system.
# Dependencies: [ forestry:core ]
B:mail=true
# for.module.sorting.description
# 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=false
# for.module.betterwithmods.description
# Dependencies: [ forestry:core ]
B:betterwithmods=false
# Compatibility module for Biomes O Plenty. Enables farming BoP saplings.
# Dependencies: [ forestry:core ]
B:biomes.o.plenty=true
# Compatibility module for BuildCraft 6.
# Dependencies: [ forestry:core ]
B:buildcraft.fuels=true
# Compatibility module for BuildCraft 6.
# Dependencies: [ forestry:core ]
B:buildcraft.recipes=true
# Compatibility module for BuildCraft 6.
# Dependencies: [ forestry:core ]
B:buildcraft.statements=true
# Compatibility module for BuildCraft 6.
# Dependencies: [ forestry:core ]
B:buildcraft.transport=true
# Compatibility module for Chisel. Adds worldgen blocks to Backpacks.
# Dependencies: [ forestry:core ]
B:chisel=true
# Compatibility module for EnderIO.
# Dependencies: [ forestry:core ]
B:ender.io=false
# 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=false
# 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=false
# Compatibility module for Natura. Enables farming Natura saplings.
# Dependencies: [ forestry:core ]
B:natura=false
# Compatibility module for Roots.
# Dependencies: [ forestry:core ]
B:roots=false
# Compatibility module for Rustic.
# Dependencies: [ forestry:core ]
B:rustic=false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment