cteNEV0.2/client/config/aggroindicator-client.toml

22 lines
604 B
TOML
Raw Normal View History

2024-09-01 04:51:31 -07:00
[Rendering]
#Controls whether the client should render alert icons
renderAlertIcon = true
#Only render alert icons for mobs within this range
#Range: 8 ~ 64
renderRange = 24
#Adjusts the horizontal placement of alert icons
#Range: -10.0 ~ 10.0
xOffset = 0.0
#Adjusts the vertical placement of alert icons
#Range: -10.0 ~ 50.0
yOffset = 6.0
#Adjust the size of alert icons
#Range: 0.0 ~ 100.0
alertIconSize = 6.0
#Controls whether alert icons should grow in size with mobs
scaleWithMobSize = false
#Do not render alert icons for these mobs
clientMobBlacklist = []