mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-23 21:12:30 +00:00
49 lines
885 B
YAML
49 lines
885 B
YAML
noise-equation: "((-((y / 64)^2)) + 1) + min(floor(((|noise2(x/2.5, z/2.5)|) + 0.1)*4), 3)/2.5 + |noise2(x/2.5, z/2.5)|"
|
|
|
|
id: "ARID_MOUNTAINS"
|
|
extends: "BASIC_ORES"
|
|
|
|
|
|
palette:
|
|
- "BLOCK:minecraft:bedrock": 0
|
|
- BEDROCK_MOST: 1
|
|
- BEDROCK_HALF: 2
|
|
- BEDROCK_LITTLE: 3
|
|
- ARID: 255
|
|
vanilla: SAVANNA
|
|
|
|
erodible: false
|
|
prevent-smooth: true
|
|
slant-palette: STONE
|
|
|
|
flora:
|
|
chance: 40
|
|
attempts: 1
|
|
items:
|
|
TALL_GRASS:
|
|
weight: 15
|
|
y:
|
|
min: 62
|
|
max: 128
|
|
GRASS:
|
|
weight: 70
|
|
y:
|
|
min: 62
|
|
max: 128
|
|
|
|
trees:
|
|
density: 50
|
|
items:
|
|
ACACIA:
|
|
weight: 1
|
|
y:
|
|
min: 58
|
|
max: 128
|
|
slabs:
|
|
enable: true
|
|
threshold: 0.015
|
|
palettes:
|
|
- "minecraft:red_sand": "BLOCK:minecraft:red_sandstone_slab"
|
|
use-stairs-if-available: true
|
|
stair-palettes:
|
|
- "minecraft:red_sand": "BLOCK:minecraft:red_sandstone_stairs" |