enable quartz knife

This commit is contained in:
tracer4b 2022-10-01 22:06:32 +08:00
parent fc5adee9d5
commit 223d690517

View File

@ -1,5 +1,17 @@
# Configuration file # 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 { automation {
I:formationPlaneEntityLimit=128 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 { craftingcpu {
I:craftingCalculationTimePerTick=5 I:craftingCalculationTimePerTick=5
} }
@ -205,7 +231,7 @@ features {
B:PaintBalls=false B:PaintBalls=false
B:QuartzAxe=false B:QuartzAxe=false
B:QuartzHoe=false B:QuartzHoe=false
B:QuartzKnife=false B:QuartzKnife=true
B:QuartzPickaxe=false B:QuartzPickaxe=false
B:QuartzSpade=false B:QuartzSpade=false
B:QuartzSword=false B:QuartzSword=false