mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-24 21:42:30 +00:00
44 lines
654 B
YAML
44 lines
654 B
YAML
noise-equation: "((-((y / 63)^2)) + 1) + ((noise2(x, z)+0.5) / 2)"
|
|
extends: "BASIC_ORES"
|
|
id: "TAIGA"
|
|
|
|
palette:
|
|
- "BLOCK:minecraft:bedrock": 0
|
|
- BEDROCK_MOST: 1
|
|
- BEDROCK_HALF: 2
|
|
- BEDROCK_LITTLE: 3
|
|
- RIVER_BOTTOM: 61
|
|
- RIVER_SHORE: 62
|
|
- TAIGA: 255
|
|
vanilla: TAIGA
|
|
erodible: true
|
|
|
|
flora:
|
|
chance: 40
|
|
attempts: 1
|
|
items:
|
|
TALL_GRASS:
|
|
weight: 15
|
|
y:
|
|
min: 62
|
|
max: 84
|
|
GRASS:
|
|
weight: 75
|
|
y:
|
|
min: 62
|
|
max: 84
|
|
POPPY:
|
|
weight: 5
|
|
y:
|
|
min: 62
|
|
max: 84
|
|
|
|
trees:
|
|
density: 75
|
|
items:
|
|
SPRUCE_CUSTOM:
|
|
weight: 1
|
|
y:
|
|
min: 58
|
|
max: 84
|