Skip to content

Commit

Permalink
Merge pull request #719 from SymmetricDevs/2.8
Browse files Browse the repository at this point in the history
2.8ification
  • Loading branch information
bruberu authored Jan 26, 2024
2 parents d746598 + b40e0ab commit 2047ae1
Show file tree
Hide file tree
Showing 136 changed files with 2,883 additions and 2,080 deletions.
2 changes: 1 addition & 1 deletion config/UniversalTweaks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ general {
B:"Remove Realms Button"=true

# Removes the recipe book button from GUIs
B:"Remove Recipe Book"=false
B:"Remove Recipe Book"=true

# Forcefully turns off the snooper and hides the snooper settings button from the options menu
B:"Remove Snooper"=true
Expand Down
2 changes: 1 addition & 1 deletion config/betterquesting/DefaultQuests.json
Original file line number Diff line number Diff line change
Expand Up @@ -9069,7 +9069,7 @@
"id:8": "forge:bucketfilled",
"tag:10": {
"Amount:3": 1000,
"FluidName:8": "tnt_solution"
"FluidName:8": "tnt_slurry"
}
},
"ignoresview:1": 0,
Expand Down
33 changes: 33 additions & 0 deletions config/gregtech/forestry_integration.cfg
Original file line number Diff line number Diff line change
@@ -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
}


Loading

0 comments on commit 2047ae1

Please sign in to comment.