18 lines
613 B
INI
18 lines
613 B
INI
# Configuration file
|
|
|
|
general {
|
|
# Frames randomly become unstable and are temporarily out of this dimension.
|
|
B:config.enableVanishingGlitch=true
|
|
|
|
# Allows to place the block base on where you look instead of the side you're placing it on. Use sneak key to inverse the block placement.
|
|
B:config.enhancedMixedBlockPlacement=true
|
|
|
|
# Enables less fancy rendering for Mixed Blocks. Enable this option if you experience z-fighting issue or glitched rendering.
|
|
B:config.simpleMixedBlockRendering=false
|
|
|
|
# How often the frame become unstable.
|
|
D:config.vanishingGlitchChance=5.0E-4
|
|
}
|
|
|
|
|