enable quartz knife
This commit is contained in:
parent
fc5adee9d5
commit
223d690517
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user