Files
Gregtech-New-Bastards/.minecraft/config/malisisdoors.cfg
samsonsin 90b3575aea initial
2025-05-29 23:26:10 +02:00

26 lines
1.0 KiB
INI

# 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
}