diff options
author | DrNuget <drnuget@outlook.com> | 2024-09-01 02:09:01 +0300 |
---|---|---|
committer | DrNuget <drnuget@outlook.com> | 2024-09-01 02:09:01 +0300 |
commit | a803b2a49c8419f4999629f989ba0649a4f57d4d (patch) | |
tree | 280b816ee6afc8cecd4855cc0b33424f198e6b96 /config/gregtech/forestry_integration.cfg | |
parent | 58b8c20b9aefe1bf1ec4c00b9f3217d770e8e525 (diff) |
modify gregtech configs
Diffstat (limited to 'config/gregtech/forestry_integration.cfg')
-rw-r--r-- | config/gregtech/forestry_integration.cfg | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/config/gregtech/forestry_integration.cfg b/config/gregtech/forestry_integration.cfg new file mode 100644 index 0000000..78c2d38 --- /dev/null +++ b/config/gregtech/forestry_integration.cfg @@ -0,0 +1,33 @@ +# Configuration file + +forestry { + # Whether to disable some bees from other Forestry addons, such as ExtraBees and MagicBees, in favor of GTs. + # Heavily recommended, as the removed bees have no purpose with GT Bees other than JEI and breed tree clutter. + # Default: true + B:disableConflictingBees=true + + # Enable GregTech Bees. + # Requirements: Forestry Apiculture module + # Recommended: ExtraBees and MagicBees, as some GT bees are only added, and others have more interesting mutations, if those mods are present + # Default: true + B:enableGTBees=true + + # Enable GregTech Electron Tubes. + # Default: true + B:enableGTElectronTubes=true + + # Enable GregTech Apiary Frames. + # Requirements: Forestry Apiculture module + # Default: true + B:enableGTFrames=true + + # Enable the GregTech Scoop. + # Default: true + B:enableGTScoop=true + + # Whether to remove some Forestry Crafting Table recipes (such as Fertilizer, Compost, etc) in favor of GT recipes. + # Default: false + B:harderForestryRecipes=false +} + + |