Skip to content

Commit 87c2891

Browse files
committed
Add tar pit river
1 parent a9eb98f commit 87c2891

4 files changed

Lines changed: 16 additions & 1 deletion

File tree

biome-distribution/stages/add_rivers.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,13 @@ stages:
9898
- GALLERY_FOREST: 1
9999
- ORANGE_DESERT_RIVER: 1
100100
sampler: *riverSampler
101+
# Tar pit rivers
102+
- type: REPLACE
103+
from: USE_TAR_PIT_RIVER
104+
to:
105+
- SELF: 1
106+
- TAR_PIT_RIVER: 1
107+
sampler: *riverSampler
101108
# Regular rivers with temperate marshes
102109
- type: REPLACE
103110
from: USE_RIVER_TEMPERATE_MARSH

biomes/colors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ DIKSAM_PLATEAU: 0x472d0c
5555
DRYBRUSH: 0x9b8a5c
5656

5757
TAR_PITS: 0x525457
58+
TAR_PIT_RIVER: 0x6b6c6e
5859

5960
SWAMP: 0x4c5714
6061
MANGROVE_SWAMP: 0x677718

biomes/land/dry/warm_semi_arid/plain/white/tar_pits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ colors:
1616

1717
tags:
1818
- LAND_CAVES
19-
- USE_DESERT_RIVER
19+
- USE_TAR_PIT_RIVER
2020

2121
palette:
2222
- GRASS: $meta.yml:top-y
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
id: TAR_PIT_RIVER
2+
type: BIOME
3+
extends:
4+
- EQ_GLOBAL_RIVER
5+
- CARVING_OCEAN
6+
- TAR_PITS
7+
color: $biomes/colors.yml:TAR_PIT_RIVER

0 commit comments

Comments
 (0)