Skip to content

Commit

Permalink
Update BiomeList.java
Browse files Browse the repository at this point in the history
  • Loading branch information
LudoCrypt committed Nov 16, 2020
1 parent 8b36e3a commit 51ce7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/ludocrypt/perorate/util/BiomeList.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public BiomeList<Biome> addStream(Iterator<Pair<MixedNoisePoint, Supplier<Biome>
return list;
}

public BiomeList<Biome> addFromMultiNoiseESource(MultiNoiseBiomeSource source) {
public BiomeList<Biome> addFromMultiNoiseBiomeSource(MultiNoiseBiomeSource source) {
return addStream(((MultiNoiseBiomeSourceAccessor) source).getBiomePoints().iterator());
}

Expand Down

0 comments on commit 51ce7a9

Please sign in to comment.