forked from GTNewHorizons/GT-New-Horizons-Modpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmalisisdoors.cfg
25 lines (17 loc) · 1.01 KB
/
malisisdoors.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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
}