Skip to content

Commit

Permalink
Remove unneeded code inside of OverworldTreeGenerator.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbegt committed Jul 21, 2017
1 parent 5202bf8 commit 232ee69
Showing 1 changed file with 0 additions and 7 deletions.
Expand Up @@ -96,13 +96,6 @@ public void generateOverworld(Random random, int chunkX, int chunkZ, World world

BlockPos position;

String biomeName = world.getChunkFromBlockCoords(chunkPos).getBiome(chunkPos, world.getBiomeProvider()).getBiomeName();

if (biomeName == null)
{
return;
}

Biome biome = world.getChunkFromBlockCoords(chunkPos).getBiome(chunkPos, world.getBiomeProvider());

if (biome == null)
Expand Down

0 comments on commit 232ee69

Please sign in to comment.