mirror of
https://github.com/BentoBoxWorld/AcidIsland.git
synced 2024-11-22 10:36:07 +01:00
Deprecated biome
This commit is contained in:
parent
1a100a7dbd
commit
91d4988bfb
@ -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++) {
|
||||
|
Loading…
Reference in New Issue
Block a user