40 lines
1.1 KiB
INI
Executable File
40 lines
1.1 KiB
INI
Executable File
# Configuration file
|
|
|
|
####################
|
|
# general
|
|
####################
|
|
|
|
general {
|
|
# Alpha value used when rendering the schematic. [range: 0 ~ 255, default: 255]
|
|
I:alpha=255
|
|
|
|
# Enable transparent textures. [default: false]
|
|
B:alphaEnabled=false
|
|
|
|
# Delta value used for highlighting (if you're having issue with overlapping textures try setting this value higher). [range: 0.0 ~ 0.5, default: 0.004999999888241291]
|
|
D:blockDelta=0.004999999888241291
|
|
|
|
# Draw outlines. [default: true]
|
|
B:drawLines=true
|
|
|
|
# Draw surface areas. [default: true]
|
|
B:drawQuads=true
|
|
|
|
# Highlight invalid placed blocks and to be placed blocks. [default: true]
|
|
B:highlight=true
|
|
|
|
# Highlight invalid placed blocks (where there should be no block). [default: true]
|
|
B:highlightAir=true
|
|
|
|
# Place blocks only if there is an adjacent block next to it. [default: true]
|
|
B:placeAdjacent=true
|
|
|
|
# Delay in ticks between placement attempts. [range: 0 ~ 20, default: 1]
|
|
I:placeDelay=1
|
|
|
|
# Place all blocks that can be placed in one tick. [default: false]
|
|
B:placeInstantly=false
|
|
}
|
|
|
|
|