From 359354737ffd67902062a089a61f224e573902b6 Mon Sep 17 00:00:00 2001 From: tastybento Date: Wed, 11 Sep 2024 14:12:13 -0700 Subject: [PATCH] Update biomes.yml Added mangrove swamp #111 --- src/main/resources/biomes.yml | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/src/main/resources/biomes.yml b/src/main/resources/biomes.yml index fcea4bf..1680f0d 100644 --- a/src/main/resources/biomes.yml +++ b/src/main/resources/biomes.yml @@ -46,6 +46,30 @@ biomes: # the greenhouse at once. Spawning will stop when this limit is reached. # If this value is not given, there is no maximum. maxmobs: 5 + MANGROVE_SWAMP: + # Credit: angelknight89 + friendlyname: "Mangrove Swamp" + biome: MANGROVE_SWAMP + icon: LILY_PAD + priority: 19 + contents: + GRASS_BLOCK: 4 + MANGROVE_ROOTS: 3 + MANGROVE_LEAVES: 4 + # 50% water coverage required + watercoverage: 50 + conversions: + GRASS_BLOCK: 50:MUD:GRASS_BLOCK + plants: + MOSS_CARPET: 5:GRASS_BLOCK + LILY_PAD: 5:WATER + mobs: + FROG: 5:MUD + moblimit: 5 + # Maxmobs - this is the maximum number of greenhouse-spawed mobs allowed in + # the greenhouse at once. Spawning will stop when this limit is reached. + # If this value is not given, there is no maximum. + maxmobs: 10 Snowy_beach: friendlyname: "Snowy beach" biome: SNOWY_BEACH @@ -416,4 +440,4 @@ biomes: # Maxmobs - this is the maximum number of greenhouse-spawed mobs allowed in # the greenhouse at once. Spawning will stop when this limit is reached. # If this value is not given, there is no maximum. - maxmobs: 25 \ No newline at end of file + maxmobs: 25