Deprecated biome

This commit is contained in:
tastybento 2019-12-15 16:26:14 -08:00
parent 1a100a7dbd
commit 91d4988bfb

View File

@ -60,6 +60,7 @@ public class ChunkGeneratorWorld extends ChunkGenerator {
return generateChunks(world);
}
@SuppressWarnings("deprecation")
private void setBiome(BiomeGrid biomeGrid) {
Biome biome = addon.getSettings().getDefaultBiome();
for (int x = 0; x < 16; x++) {