Skip to content

Commit d48b3a4

Browse files
committed
Add red and orange gallery forest variants
1 parent c59e132 commit d48b3a4

4 files changed

Lines changed: 38 additions & 2 deletions

File tree

biome-distribution/stages/add_rivers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,15 @@ stages:
9898
from: USE_RED_DESERT_RIVER
9999
to:
100100
- SELF: 1
101-
- GALLERY_FOREST: 1
101+
- RED_GALLERY_FOREST: 1
102102
- RED_DESERT_RIVER: 2
103103
sampler: *riverSampler
104104
# Orange desert rivers
105105
- type: REPLACE
106106
from: USE_ORANGE_DESERT_RIVER
107107
to:
108108
- SELF: 1
109-
- GALLERY_FOREST: 1
109+
- ORANGE_GALLERY_FOREST: 1
110110
- ORANGE_DESERT_RIVER: 2
111111
sampler: *riverSampler
112112
# Tar pit rivers

biomes/colors.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ BEACH: 0xe6e7a8
112112
ARCHIPELAGO: 0xbfff6b
113113
MARSH: 0x719740
114114
GALLERY_FOREST: 0x719000
115+
ORANGE_GALLERY_FOREST: 0x8f8107
116+
RED_GALLERY_FOREST: 0x8f5004
115117
ALIEN_MARSH: 0x33cccc
116118
SHALE_BEACH: 0x868784
117119
SHRUB_BEACH: 0x89907b
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
id: ORANGE_GALLERY_FOREST
2+
type: BIOME
3+
extends:
4+
- ENVIRONMENT_LAND_MARITIME_WET
5+
- EQ_WARPED_WETLANDS
6+
- CARVING_OCEAN
7+
- BASE
8+
- GALLERY_FOREST
9+
color: $biomes/colors.yml:ORANGE_GALLERY_FOREST
10+
11+
vanilla: minecraft:river
12+
13+
palette:
14+
- GRASS: $meta.yml:top-y
15+
- GRASS_MARSH: ${meta.yml:ocean-level} + 11
16+
- RED_WHITE_SAND_MIX: ${meta.yml:ocean-level} - 1
17+
- << meta.yml:palette-bottom
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
id: RED_GALLERY_FOREST
2+
type: BIOME
3+
extends:
4+
- ENVIRONMENT_LAND_MARITIME_WET
5+
- EQ_WARPED_WETLANDS
6+
- CARVING_OCEAN
7+
- BASE
8+
- GALLERY_FOREST
9+
color: $biomes/colors.yml:RED_GALLERY_FOREST
10+
11+
vanilla: minecraft:river
12+
13+
palette:
14+
- GRASS: $meta.yml:top-y
15+
- GRASS_MARSH: ${meta.yml:ocean-level} + 11
16+
- RED_SAND: ${meta.yml:ocean-level} - 1
17+
- << meta.yml:palette-bottom

0 commit comments

Comments
 (0)