This commit is contained in:
samsonsin
2025-05-29 23:26:10 +02:00
commit 90b3575aea
11149 changed files with 2362534 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# Configuration file
general {
# nullEnables Fence Gate to use the texture of the blocks surrounding them.
B:config.enableCamoFenceGate=true
B:config.enableMixedBlocks=true
B:config.enableVanishingBlocks=true
# nullFrames randomly become unstable and are temporarily out of this dimension.
B:config.enableVanishingGlitch=true
# nullAllows 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
# nullEnables the animations for doors, fence gates and trap doors. This replaces the doors entirely so conflicts may arise if another mod tries to modify them too.
B:config.modifyVanillaDoors=true
# nullEnables less fancy rendering for Mixed Blocks. Enable this option if you experience z-fighting issue or glitched rendering.
B:config.simpleMixedBlockRendering=true
# nullHow often the frame become unstable.
D:config.vanishingGlitchChance=5.0E-4
}