diff --git a/overrides/config/AppliedEnergistics2/AppliedEnergistics2.cfg b/overrides/config/AppliedEnergistics2/AppliedEnergistics2.cfg index a9191fd..358ea65 100644 --- a/overrides/config/AppliedEnergistics2/AppliedEnergistics2.cfg +++ b/overrides/config/AppliedEnergistics2/AppliedEnergistics2.cfg @@ -1,5 +1,17 @@ # Configuration file +########################################################################################################## +# autocrafting +#--------------------------------------------------------------------------------------------------------# +# Enable patterns with substitutions on to have their substitutes to be auto craftable. +# This changes the crafting tree, and can show missing ingredients for the substitute, instead of the patterned item +########################################################################################################## + +autocrafting { + B:EnableAutocraftinSubstitutes=false +} + + automation { I:formationPlaneEntityLimit=128 } @@ -152,6 +164,20 @@ condenser { } +########################################################################################################## +# controllersize +#--------------------------------------------------------------------------------------------------------# +# Set the max size of a controller in any of the 3 axis. +# Each is between [1, 64) +########################################################################################################## + +controllersize { + I:maxControllerSizeX=7 + I:maxControllerSizeY=7 + I:maxControllerSizeZ=7 +} + + craftingcpu { I:craftingCalculationTimePerTick=5 } @@ -205,7 +231,7 @@ features { B:PaintBalls=false B:QuartzAxe=false B:QuartzHoe=false - B:QuartzKnife=false + B:QuartzKnife=true B:QuartzPickaxe=false B:QuartzSpade=false B:QuartzSword=false