adjust mob plaque visibility range
so they don't xray enemies in the dark as much.
This commit is contained in:
parent
b66d0506f8
commit
46ead3119b
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
plaque_background = true
|
plaque_background = true
|
||||||
#Distance to the mob at which plaques will still be visible. The distance is halved when the mob is crouching.
|
#Distance to the mob at which plaques will still be visible. The distance is halved when the mob is crouching.
|
||||||
#Range: > 0
|
#Range: > 0
|
||||||
max_render_distance = 48
|
max_render_distance = 4
|
||||||
#Always render plaques with full brightness to be most visible, ignoring local lighting conditions.
|
#Always render plaques with full brightness to be most visible, ignoring local lighting conditions.
|
||||||
#Allowed Values: ALWAYS, UNOBSTRUCTED, NEVER
|
#Allowed Values: ALWAYS, UNOBSTRUCTED, NEVER
|
||||||
full_brightness = "UNOBSTRUCTED"
|
full_brightness = "UNOBSTRUCTED"
|
||||||
|
@ -31,14 +31,14 @@
|
||||||
#Show plaques for the entity picked by the crosshair only.
|
#Show plaques for the entity picked by the crosshair only.
|
||||||
picked_entity = false
|
picked_entity = false
|
||||||
#Dynamically increase plaque size the further away the camera is to simplify readability.
|
#Dynamically increase plaque size the further away the camera is to simplify readability.
|
||||||
scale_with_distance = true
|
scale_with_distance = false
|
||||||
#Hide all plaques when mob has full health.
|
#Hide all plaques when mob has full health.
|
||||||
hide_at_full_health = false
|
hide_at_full_health = false
|
||||||
#Render mob plaques below the mob's name tag instead of above.
|
#Render mob plaques below the mob's name tag instead of above.
|
||||||
render_below_name_tag = false
|
render_below_name_tag = false
|
||||||
#Custom scale for rendering plaques.
|
#Custom scale for rendering plaques.
|
||||||
#Range: 0.05 ~ 2.0
|
#Range: 0.05 ~ 2.0
|
||||||
plaque_scale = 0.5
|
plaque_scale = 0.2
|
||||||
[health]
|
[health]
|
||||||
#Show current amount either as percentage or as absolute value.
|
#Show current amount either as percentage or as absolute value.
|
||||||
#Allowed Values: ABSOLUTE, ABSOLUTE_WITH_MAX, RELATIVE
|
#Allowed Values: ABSOLUTE, ABSOLUTE_WITH_MAX, RELATIVE
|
||||||
|
|
Loading…
Reference in a new issue