From 223d69051776c3c15721c9db2d9fec7039e0df98 Mon Sep 17 00:00:00 2001 From: tracer4b <61507029+tracer4b@users.noreply.github.com> Date: Sat, 1 Oct 2022 22:06:32 +0800 Subject: [PATCH] enable quartz knife --- .../AppliedEnergistics2.cfg | 28 ++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) 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