Files
Astroblock/overrides/config/malisisblocks.cfg
Jacob Vinding 1c991e905d Initial
2025-12-27 00:06:47 +01:00

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
}