Archived
0

More biomes

This commit is contained in:
Forwolk
2018-07-27 09:10:19 +03:00
parent bf2352c747
commit 0464fa5764
5 changed files with 58 additions and 7 deletions

View File

@@ -65,7 +65,7 @@ public class SimpleChunk implements Chunk {
@Override
public Biome getBiome(int x, int z) {
return Biome.PLAIN;
return Biome.PLAINS;
}
@Override