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
|
- world
|
||||||
distance: 24
|
distance: 24
|
||||||
frustumCulling:
|
frustumCulling:
|
||||||
enabled: true
|
enabled: false
|
||||||
minDistance: 3.0
|
minDistance: 3.0
|
||||||
fov: 80.0
|
fov: 80.0
|
||||||
rayCastCheck:
|
rayCastCheck:
|
||||||
enabled: true
|
enabled: false
|
||||||
onlyCheckCenter: true
|
onlyCheckCenter: true
|
||||||
useBlockBelow: true
|
useBlockBelow: true
|
||||||
hiddenBlocks:
|
hiddenBlocks:
|
||||||
|
Loading…
Reference in New Issue
Block a user