-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMoreOverlays.cfg
75 lines (53 loc) · 2.28 KB
/
MoreOverlays.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Configuration file
##########################################################################################################
# chunkbounds
#--------------------------------------------------------------------------------------------------------#
# Settings for the chunk bounds overlay
##########################################################################################################
chunkbounds {
# Show the middle of the current Chunk (yellow line)
B:middle=true
# Radius (in Chunks) to show the edges (red line)
I:radius=1
}
##########################################################################################################
# lightoverlay
#--------------------------------------------------------------------------------------------------------#
# Settings for the light / mobspawn overlay
##########################################################################################################
lightoverlay {
# Range of the lightoverlay (negative Y)
I:downrange=16
# Range of the lightoverlay (Horizontal N,E,S,W)
I:hrange=16
# Ignore if there in no 2 Block space to spawn. (Less lag if true)
B:ignoreLayer=false
# Ignore if mobs can actually spawn and just go by light value
B:ignoreSpawns=false
# Minimum save light level where no mobs can spawn
I:saveLevel=8
# Range of the lightoverlay (positive Y)
I:uprange=4
}
##########################################################################################################
# rendersettings
#--------------------------------------------------------------------------------------------------------#
# Settings for lines & colors
# Values: 0xRRGGBB (Hex)
##########################################################################################################
rendersettings {
# Color for the chunk edge
I:chunk_edge_color=16711680
# Color for the chunk grid
I:chunk_grid_color=65280
# Line width for chunk boundaries
D:chunk_line_width=1.5
# Color for the middle chunk line
I:chunk_mid_color=16776960
# Color the X that marks "Spawns always possible"
I:spawn_always_color=16711680
# Line width for spawn indication
I:spawn_line_width=2
# Color the X that marks "Spawns at night possible"
I:spawn_night_color=16776960
}