Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LudoCrypt authored Nov 16, 2020
1 parent 8aa8561 commit c68396c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
```

Expand Down

0 comments on commit c68396c

Please sign in to comment.