disable performance hungry anti-xray obfuscations
this allows cheaters to find chests and other entity-blocks but improves performance https://github.com/Imprex-Development/Orebfuscator/wiki/Frequently-Asked-Questions#what-is-the-proximity-hider
This commit is contained in:
parent
d054a0d26a
commit
ace4d01f1d
@ -220,11 +220,11 @@ proximity:
|
||||
- world
|
||||
distance: 24
|
||||
frustumCulling:
|
||||
enabled: true
|
||||
enabled: false
|
||||
minDistance: 3.0
|
||||
fov: 80.0
|
||||
rayCastCheck:
|
||||
enabled: true
|
||||
enabled: false
|
||||
onlyCheckCenter: true
|
||||
useBlockBelow: true
|
||||
hiddenBlocks:
|
||||
|
Loading…
Reference in New Issue
Block a user