This commit is contained in:
Jacob Vinding
2025-12-27 00:06:47 +01:00
commit 1c991e905d
1095 changed files with 172738 additions and 0 deletions

View File

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