-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathcustomization.yml
More file actions
186 lines (140 loc) · 4.06 KB
/
customization.yml
File metadata and controls
186 lines (140 loc) · 4.06 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
# ---
# Dragon Island
# ---
dragon-island-radius: 150
# Controls the size of the dragon island
# Default: 150
dragon-pit-radius: 80
# Controls the size of the dragon island pit
# Default: 80
dragon-island-edge-buffer: 80
# Controls the size of the dragon island pit
# Default: 80
dragon-island-edge-width: 100
# Controls the size of the dragon island pit
# Default: 100
void-buffer-width: 1000
# Controls the width of the void buffer between
# the dragon island and outer end
# Default: 1000
# ---
# Biome Distribution
# ---
void-biome-max: ${meta.yml:top-y} - 10
# Determines the max height that void biomes can generate
# Default: ${meta.yml:top-y} - 10
void-biome-min: ${meta.yml:bottom-y} + 10
# Determines the min height that void biomes can generate
# Default: ${meta.yml:bottom-y} + 10
outer-end-start: ${customization.yml:dragon-island-radius} + ${customization.yml:void-buffer-width}
# Determines the start of the outer end
# Default: ${customization.yml:dragon-island-radius} + ${customization.yml:void-buffer-width}
outer-end-rings-scale: 1
# Modifies the scale of the Rings of Life preset rings sizes
# Default: 1
outer-end-biome-scale: 1
# Modifies the scale of the outer end biomes
# Default: 1
desolate-scale: 1
# Modifies the scale of the desolate variant end biomes
# that only disable end city generation in them
# Default: 1
void-biome-scale: 1
# Modifies the scale of the outer end void biomes
# Default: 1
aether-biome-scale: 1
# Modifies the scale of the aether biomes
# Default: 1
global-scale: 1
# Modifies the scale of all biome distribution
# Default: 1
# ---
# Spot Biomes
# ---
# System originated from the Overworld 2.0 pack.
# Spot biomes are special circular biomes scattered around the world.
aether-pocket-toggle: 1
# Toggles aether pocket generation. Set to 0 to disable.
# Default: 1
spot-spawn-radius-offset: 4000
# Roughly how far spots will generate away from spawn
# Default: 4000
spot-spread: 4050
# Roughly how many blocks apart each spot biome will be
# Default: 4050
spot-border: 300
# Roughly the biome border that generates around the inner spot biome
# Default: 300
spot-radius-min: 600
# Default: 600
spot-radius-max: 650
# Default: 650
# ---
# End Terrain
# ---
island-scale: 1
# Scale of default terrain
# Default: 1
island-threshold: 0.3
# Threshold or density of default island
# Default: 0.3
island-max-height: ${meta.yml:top-y}
# Max height of default terrain
# Default: ${meta.yml:top-y}
island-min-height: ${meta.yml:bottom-y} - 20
# Lowest height of default terrain
# Default: ${meta.yml:bottom-y} - 20
island-taper: 100
# Range for narrowing default terrain
# Default: 100
island-flatness: 5
# Flatness of default terrain
# Default: 5
island-undercarriage-translate: -10
# Translate placement of default terrain undercarriage
# Default: -10
# ---
# Aether Terrain
# ---
aether-island-scale: 1
# Scale of default terrain
# Default: 1
aether-island-threshold: 0.4
# Threshold or density of default island
# Default: 0.4
aether-island-max-height: ${meta.yml:top-y} - 20
# Max height of default terrain
# Default: ${meta.yml:top-y} - 20
aether-island-min-height: ${meta.yml:bottom-y} - 20
# Lowest height of default terrain
# Default: ${meta.yml:bottom-y} - 20
aether-island-taper: 100
# Range for narrowing default terrain
# Default: 100
aether-island-flatness: 1
# Flatness of default terrain
# Default: 1
aether-island-undercarriage-translate: -10
# Translate placement of default terrain undercarriage
# Default: -10
# ---
# End
# ---
toggle-end-cities: 1
# Toggles end city generation. Set to 0 to disable.
# Default: 1
end-city-min: 6000
# Controls the min radius of end city spawns throughout the outer end
# Default: 6000
end-gateway-min: 6000
# Controls the min radius of end gateway spawns throughout the outer end
# Default: 6000
# ---
# Aether
# ---
aether-sky-height: ${meta.yml:top-y} - 2
# Controls the height of the aether pseudo sky feature. Disabled when set to 0.
# Default: ${meta.yml:top-y} - 2
ancient-aether-base: ${meta.yml:bottom-y} + 20
# Controls the base level of ancient aether structures
# Default: ${meta.yml:bottom-y} + 20