Default configuration serveur Build NG RED

This commit is contained in:
2026-02-03 23:09:01 +01:00
commit 53d0c557d0
129 changed files with 21501 additions and 0 deletions

39
config/Schematica.cfg Executable file
View File

@@ -0,0 +1,39 @@
# 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
}