forked from PolyhedralDev/TerraOverworldConfig
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathmeta.yml
More file actions
19 lines (15 loc) · 692 Bytes
/
meta.yml
File metadata and controls
19 lines (15 loc) · 692 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Misc global config stuff
# World Y levels
top-y: 319
ocean-level: 62
deepslate-top: 2 # Y level where deepslate begins to replace stone
deepslate-bottom: -12 # 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-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