File tree Expand file tree Collapse file tree
biome-distribution/stages Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -112,6 +112,8 @@ BEACH: 0xe6e7a8
112112ARCHIPELAGO : 0xbfff6b
113113MARSH : 0x719740
114114GALLERY_FOREST : 0x719000
115+ ORANGE_GALLERY_FOREST : 0x8f8107
116+ RED_GALLERY_FOREST : 0x8f5004
115117ALIEN_MARSH : 0x33cccc
116118SHALE_BEACH : 0x868784
117119SHRUB_BEACH : 0x89907b
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments