Skip to content

Commit efc8f9d

Browse files
committed
Merge remote-tracking branch 'origin/2.0-Breaking'
2 parents cb4e657 + d49bc8c commit efc8f9d

11 files changed

Lines changed: 67 additions & 21 deletions

File tree

biome-distribution/stages/add_coast.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

biome-distribution/stages/add_rivers.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

biome-distribution/stages/set_biomes_in_climates.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

biomes/abstract/terrain/land/eq_global_river.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

biomes/colors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ MONSOON_FOREST: 0x121f17
8484
BEACH: 0xe6e7a8
8585
ARCHIPELAGO: 0xbfff6b
8686
MARSH: 0x719740
87+
GALLERY_FOREST: 0x719000
8788
ALIEN_MARSH: 0x33cccc
8889
SHALE_BEACH: 0x868784
8990
SHRUB_BEACH: 0x89907b

biomes/land/dry/warm_semi_arid/plain/drybrush.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ color: $biomes/colors.yml:DRYBRUSH
1010

1111
tags:
1212
- LAND_CAVES
13-
- USE_RIVER
13+
- USE_DESERT_RIVER
1414

1515
vanilla: minecraft:savanna
1616

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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

biomes/land/maritime/wet/swamp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ id: SWAMP
22
type: BIOME
33
extends:
44
- ENVIRONMENT_LAND_MARITIME_WET
5-
- EQ_SWAMP
5+
- EQ_MANGROVE_SWAMP
66
- CARVING_OCEAN
77
- BASE
88
color: $biomes/colors.yml:SWAMP

biomes/land/temperate/subtropical_humid/forest/azalea_forest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ colors:
2121

2222
palette:
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

biomes/land/tropical/equatorial/forest/tropical_floodplain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ id: TROPICAL_FLOODPLAIN
22
type: BIOME
33
extends:
44
- ENVIRONMENT_LAND_TROPICAL_EQUATORIAL
5-
- EQ_SWAMP
5+
- EQ_MANGROVE_SWAMP
66
- CARVING_OCEAN
77
- BASE
88
color: $biomes/colors.yml:TROPICAL_FLOODPLAIN

0 commit comments

Comments
 (0)