From c68396cc780f5fd3e491a8b969c0480f6027af40 Mon Sep 17 00:00:00 2001 From: LudoCrypt <60561627+LudoCrypt@users.noreply.github.com> Date: Mon, 16 Nov 2020 13:07:42 -0600 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 04c2506..0f8cfdf 100644 --- a/README.md +++ b/README.md @@ -98,12 +98,10 @@ PerorateEnd.addBarrensBiome(BiomeKeys.END_BARRENS, new Biome.MixedNoisePoint(0.0 See how here, no biome noise's collide. -- - Lets see another example, lets take this, ```java -// See how humidity is set to true! +// See how humidity and altitude are set to true, and there is a 0.1 in the altitude! PerorateEnd.addBarrensBiomeWithWeight(BiomeKeys.END_BARRENS, new Biome.MixedNoisePoint(0.0F, 0.0F, 0.1F, 0.0F, 0.0F), 4, false, true, true, false); ```