File tree Expand file tree Collapse file tree
biome-distribution/stages
temperate/subtropical_humid/forest
tropical/equatorial/forest Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ stages:
2020 SELF : 1
2121 sampler :
2222 type : OPEN_SIMPLEX_2
23- frequency : 1 / 300 / ${customization.yml:global-scale}
23+ frequency : 1 / 150 / ${customization.yml:global-scale}
2424 salt : 1023
Original file line number Diff line number Diff line change @@ -73,13 +73,15 @@ stages:
7373 from : USE_DESERT_RIVER
7474 to :
7575 - SELF : 1
76- - DESERT_RIVER : 1
76+ - GALLERY_FOREST : 1
77+ - DESERT_RIVER : 2
7778 sampler : *riverSampler
7879 # Red desert rivers
7980 - type : REPLACE
8081 from : USE_RED_DESERT_RIVER
8182 to :
8283 - SELF : 1
84+ - GALLERY_FOREST : 1
8385 - RED_DESERT_RIVER : 1
8486 sampler : *riverSampler
8587 # Regular rivers with temperate marshes
@@ -130,7 +132,8 @@ stages:
130132 from : USE_TROPICAL_RIVER
131133 to :
132134 - SELF : 1
133- - TROPICAL_RIVER : 1
135+ - GALLERY_FOREST : 1
136+ - TROPICAL_RIVER : 2
134137 sampler : *riverSampler
135138 # Tropical coastal rivers with mangrove swamps
136139 - type : REPLACE
Original file line number Diff line number Diff line change @@ -447,9 +447,9 @@ stages:
447447 - JUNGLE : 1
448448 - ROCKY_JUNGLE : 1
449449 - TROPICAL_RAINFOREST : 1
450+ - TROPICAL_FLOODPLAIN : 1
450451 tropical-rainforest :
451452 - BAMBOO_JUNGLE : 1
452- - TROPICAL_FLOODPLAIN : 1
453453 - OVERGROWN_CLIFFS : 1
454454 - CLOUD_FOREST : 1
455455 - TROPICAL_RAINFOREST : 1
@@ -490,7 +490,6 @@ stages:
490490
491491 tropical-coast-flat :
492492 - MUDDY_COASTS : 1
493- - MANGROVE_SWAMP : 1
494493 - PALM_BEACH : 1
495494 tropical-coast : LUSH_SEA_CAVES
496495 tropical-coast-highlands : LUSH_SEA_CAVES
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ terrain:
3232 erosionStrengthVariation : # Used to roughen up the walls
3333 dimensions : 3
3434 type : FBM
35- octaves : 2
35+ octaves : 4
3636 sampler :
3737 type : OPEN_SIMPLEX_2
38- frequency : 0.03
38+ frequency : 0.05
3939 salt : 5
4040 openings :
4141 dimensions : 2
Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ MONSOON_FOREST: 0x121f17
8484BEACH : 0xe6e7a8
8585ARCHIPELAGO : 0xbfff6b
8686MARSH : 0x719740
87+ GALLERY_FOREST : 0x719000
8788ALIEN_MARSH : 0x33cccc
8889SHALE_BEACH : 0x868784
8990SHRUB_BEACH : 0x89907b
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ color: $biomes/colors.yml:DRYBRUSH
1010
1111tags :
1212 - LAND_CAVES
13- - USE_RIVER
13+ - USE_DESERT_RIVER
1414
1515vanilla : minecraft:savanna
1616
Original file line number Diff line number Diff line change 1+ id : GALLERY_FOREST
2+ type : BIOME
3+ extends :
4+ - ENVIRONMENT_LAND_MARITIME_WET
5+ - EQ_WARPED_WETLANDS
6+ - CARVING_OCEAN
7+ - BASE
8+ color : $biomes/colors.yml:GALLERY_FOREST
9+
10+ vanilla : minecraft:river
11+
12+ colors :
13+ grass : 0x61b354
14+ foliage : 0x75c458
15+
16+ tags :
17+ - LAND_CAVES
18+ - USE_RIVER_TEMPERATE_MARSH
19+
20+ palette :
21+ - GRASS : $meta.yml:top-y
22+ - GRASS_MARSH : ${meta.yml:ocean-level} + 11
23+ - << meta.yml:palette-underwater
24+ - << meta.yml:palette-bottom
25+
26+ slant :
27+ - threshold : 0.4
28+ palette :
29+ - << meta.yml:palette-slant-generic
30+ - << meta.yml:palette-bottom
31+
32+ features :
33+ trees :
34+ - DENSE_PALM_TREES
35+ - SUBTROPICAL_BUSHES
36+ flora :
37+ - TALL_GRASS
38+ - SUGAR_CANE
39+ - SMALL_DRIPLEAF
40+ - BIG_DRIPLEAF
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ id: SWAMP
22type : BIOME
33extends :
44 - ENVIRONMENT_LAND_MARITIME_WET
5- - EQ_SWAMP
5+ - EQ_MANGROVE_SWAMP
66 - CARVING_OCEAN
77 - BASE
88color : $biomes/colors.yml:SWAMP
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ colors:
2121
2222palette :
2323 - GRASS : $meta.yml:top-y
24+ - GRASS_MOSSY : 90
2425 - << meta.yml:palette-ocean-level-sand
2526 - << meta.yml:palette-underwater
2627 - << meta.yml:palette-bottom
@@ -56,6 +57,8 @@ features:
5657 trees :
5758 - DENSE_AZALEA_TREE_PATCHES
5859 - SUBTROPICAL_BUSHES
60+ - SPARSE_DARK_OAK_TREE_PATCHES
61+ - SPARSE_FALLEN_DARK_OAK_TREES
5962 landforms :
6063 - MOSSY_BOULDERS
6164 - SMALL_MOSSY_BOULDER_PATCHES
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ id: TROPICAL_FLOODPLAIN
22type : BIOME
33extends :
44 - ENVIRONMENT_LAND_TROPICAL_EQUATORIAL
5- - EQ_SWAMP
5+ - EQ_MANGROVE_SWAMP
66 - CARVING_OCEAN
77 - BASE
88color : $biomes/colors.yml:TROPICAL_FLOODPLAIN
You can’t perform that action at this time.
0 commit comments