-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathmeta.yml
More file actions
25 lines (19 loc) · 822 Bytes
/
meta.yml
File metadata and controls
25 lines (19 loc) · 822 Bytes
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
# Misc global config stuff
# World Y levels
top-y: 319
ocean-level: 62
deepslate-top: 7 # Y level where deepslate begins to replace stone
deepslate-bottom: -7 # Y level where all stone is replaced by deepslate
bedrock-top: -60 # Y level where deepslate starts to be replaced by bedrock
bottom-y: -64
palette-slant-generic:
- BLOCK:minecraft:stone: $meta.yml:top-y
palette-underwater:
- MUDDY_BEACH: ${meta.yml:ocean-level} - 1
palette-bottom: # Added to the bottom of every biome palette stack
- DEEPSLATE: $meta.yml:deepslate-top
- BEDROCK: $meta.yml:bedrock-top
- BLOCK:minecraft:bedrock: $meta.yml:bottom-y
palette-bedrock: # Added to the bottom of every biome palette stack that uses its own deepslate palette
- BEDROCK: $meta.yml:bedrock-top
- BLOCK:minecraft:bedrock: $meta.yml:bottom-y