mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-04 17:23:33 +01:00
resource/biomes: add Minecraft 1.20 support
Add the new Cherry Grove biome.
This commit is contained in:
parent
05a8056cbf
commit
204d0d06d5
1 changed files with 7 additions and 0 deletions
|
@ -130,6 +130,13 @@ pub const BIOMES: &[(&str, Biome)] = {
|
|||
("bamboo_jungle", Biome::new(0_95, 0_90)),
|
||||
("beach", Biome::new(0_80, 0_40)),
|
||||
("birch_forest", Biome::new(0_60, 0_60)),
|
||||
(
|
||||
"cherry_grove",
|
||||
Biome::new(0_50, 0_80)
|
||||
.water([93, 183, 239])
|
||||
.grass([182, 219, 97])
|
||||
.foliage([182, 219, 97]),
|
||||
),
|
||||
("cold_ocean", Biome::new(0_50, 0_50).water([61, 87, 214])),
|
||||
("dark_forest", Biome::new(0_70, 0_80).modify(DarkForest)),
|
||||
(
|
||||
|
|
Loading…
Add table
Reference in a new issue